You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with recent versions of Python (3.[89]), python setup.py install is not producing installs that are importable, e.g.import desiutil fails. pip install --prefix ... does appear to work. desiInstall should:
Migrate to pip
Use pip install git+https://github.com/desihub/desiutil.git... instead of needing to download and open a tarball.
The text was updated successfully, but these errors were encountered:
Starting with recent versions of Python (
3.[89]
),python setup.py install
is not producing installs that are importable, e.g.import desiutil
fails.pip install --prefix ...
does appear to work. desiInstall should:pip install git+https://github.com/desihub/desiutil.git...
instead of needing to download and open a tarball.The text was updated successfully, but these errors were encountered: