scikit-hep/iminuit

Cannot install

Closed this issue · 2 comments

I tried to intall iminuit in python3:

But always I get the same error:

ModuleNotFoundError: No module named 'iminuit'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-id2hhz8v/iminuit/

pip install iminuit should definitely work if you are on a supported platform, which is linux, mac, windows, for python 3.6 to 3.9. If you are using a different platform or a different python version, let me know. Perhaps something is wrong with the sdist package.

Did you upgrade your pip to latest version?

I checked that installing from the sdist package works fine and installing from PyPI also works fine so I am closing this, but feel free to reopen if you can provide more information what is not working.