简体   繁体   中英

Why am am I still getting "E: Unable to locate package python-networkx" and "E: Unable to locate package python-pystache"?

I am a beginner trying to learn Linux because my work requires me to do so. Currently I am tasked with setting up a Celadon compile machine. Following the steps given here , I am getting this two messages when following step 2.

 E: Unable to locate package python-networkx
 E: Unable to locate package python-pystache

Reading up more on it I tried doing sudo apt-add-repository universe and it shows:

'universe' distribution component is already enabled for all sources.

Can someone explain why it is unable to locate the package for me?

Try using

sudo apt install python3.networkx

sudo apt install python3-pystache

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM