Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Can't install IPy library

so I tried installing the ipy library on pip3 it gives me this error:

ERROR: Could not find a version that satisfies the requirement IPy (from versions: none)
ERROR: No matching distribution found for IPy

I tried using pip instead of but it just says requirement already satisfied yet every script I have with the import wont work and for some reason the pip3 command worked in pycharm but didnt work in my terminal.
python 3.8 and ubuntu linux

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

The reason it worked in pycharm is probably because it uses a different python and pip version. You should keep this in mind whenever you use an IDE with a lot of features like Jetbrains’s IDEs and visual studio. Check the version of python that pycharm uses. This is important because like what Gino mentioned in the comments, IPy supports python 2.6 to 3.7. I recommend you use that version instead.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading