Cannot install
Closed this issue · 2 comments
take2make commented
I tried to intall iminuit in python3:
- pip install iminuit
- pip install git+https://github.com/scikit-hep/iminuit@develop#egg=iminuit
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/
HDembinski commented
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?
HDembinski commented
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.