Skip to content

Tag: pip

Trying to resolve ModuleNotFoundError: No module named

Trying to install third party modules on my mac using pip and I am getting this error (Using IDLE as the Python shell): (Have tried multiple modules and all return the same error) I have installed the modules using: I can see that it has installed into the directory: Ive tried going through several of the pos…

problem of installing xfoil python package

I got a problem of installing xfoil python package Collecting xfoil Using cached xfoil-1.1.1.tar.gz (12 kB) Preparing metadata (setup.py) … done Requirement already satisfied: numpy in c:usersxxxdesktopcurvevenvlibsite-packages (from xfoil) (1.22.4) Building wheels for collected packages: xfoil Building…

How to use pip for Python3.10 instead of Python 3.9?

I would like to use the Python toolkit Neurokit2 (https://neurokit2.readthedocs.io/en/latest/index.html) on Mac OS 12.3.1 in Python 3.10.4. Python 3.10.4 was installed via homebrew. Python 3.9 was also installed via homebrew because of dependencies for jupyterlab and scipy. When installing Neurokit2 via pip3 …