简体   繁体   中英

Jupyter notebook does not find a package

I have a library that I've imported and have used within PyCharm with no problem. However, I would like to work with this repository within a Jupyter notebook for ease of debugging (my Pycharm has a mysterious bug on its debugger...). I keep getting "No module named 'ListManagement". How do I install this github repository so I can use it in Jupyter. Appreciate your help!

Maybe you got different versions of python installed in your system. Do, /usr/bin/python3 if the module was installed for py3 and just /usr/bin/python for py2 before running the script.

Refer the Installed module using pip , not found for more.

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