-
Notifications
You must be signed in to change notification settings - Fork 423
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
conda develop . broken? python 3.5 vs 3.6 problem? #2633
Comments
Please use |
OK! Ill change to using pip install -e . since it seems to handling script entry points as well. |
@msarahan has this been fixed already or is the recommendation still to use I always thought the advice was to try to use conda for everything and avoid pip. Is that not true still? |
not sure if anyone else had this error but |
xref: proposal to deprecate and remove |
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
From @BjornFJohansson on December 10, 2017 6:43
I use
conda develop .
a lot to install packages in editable mode. I think that conda develop tries to put a conda.pth file in /home/bjorn/anaconda3/envs/bjorn35/lib/python3.6/site-packages/. This directory does not exist since the env is python 3.5. I experimented to create python3.6/site-packages/ manually and this makes the conda develop . command complete without errors and creates a conda.pth. However, the installation does not work. If I then manually copy the new conda.pth to /home/bjorn/anaconda3/envs/bjorn35/lib/python3.5/site-packages/ the installation works.The python version in my root is 3.6 while it is 3.5 in the bjorn35 env.
Copied from original issue: conda/conda#6425
The text was updated successfully, but these errors were encountered: