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

python setup.py develop triggers installation of pip packages while in conda environment #271

Open
pearu opened this issue Sep 24, 2019 · 0 comments

Comments

@pearu
Copy link
Contributor

pearu commented Sep 24, 2019

When in conda environment with all pymapd dependencies installed,

python setup.py develop

unnecessarily triggers installing the dependencies via pip.

As a general but possibly complicated fix is to ensure that the lists in extra_requires do not contain the available packages with proper versions.

A simpler fix for conda environment is as follows: if CONDA_PREFIX is in os.environ then the lists can be empty.

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

No branches or pull requests

2 participants