Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate desiInstall to pip #167

Closed
weaverba137 opened this issue Mar 29, 2021 · 1 comment · Fixed by #168
Closed

Migrate desiInstall to pip #167

weaverba137 opened this issue Mar 29, 2021 · 1 comment · Fixed by #168
Assignees

Comments

@weaverba137
Copy link
Member

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.
@weaverba137 weaverba137 self-assigned this Mar 29, 2021
@weaverba137
Copy link
Member Author

And don't forget to update the desiInstall.rst documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant