简体   繁体   中英

Installing Module wrapt says - ModuleNotFoundError: No module named 'wrapt'

I am trying to install octoprint on ubuntu 18 using python 3.7 The installation fails with the message:

ModuleNotFoundError: No module named 'wrapt'

I naturally tried installing

pip3 install wrapt

And it fails too with the same message. It looks like I am in a loop where I need wrapt, but wrapt needs itself.

please advise

If your using an Anaconda Virtiual Enviorment try using conda install wrapt That worked for me.

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