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
>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.