-
Notifications
You must be signed in to change notification settings - Fork 375
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
trouble installing caiman #1440
Comments
Is this after you do the |
Yes, this is after successfully running the first two lines in step 1. |
Two questions then: |
It's a bit surprising that it made the environment where it did and without a name. We can either try to make it more normal (removing the existing conda install and its condarc, perhaps switching to miniforge) or you can, whenever you want to activate the environment, do this instead of
Either route would work. |
The second option works, thank you! |
Can you activate the environment and send me the output of |
Somehow that environment ended up with a mix of packages from conda and from pypi. Did you use pip in any stage of setting up the environment? |
No, I only followed the quick start steps. |
Hm. We'll need to start over, and before we do so, I suggest you remove the environment (that path we typed in) and then conda itself. Then go grab this and start the install process:
Hopefully this time it will neither install to a path nor end up with pypi packages in the list. |
If you run into hiccups, we could try it with a videoconference and screen share, but it'd be good to try it on your own first to see if it might go smoothly. |
Please fill in the following for any issues
Your setup:
On step 1 of installing Caiman, I try to run: conda activate caiman # activate virtual environment
But I run into the error:
EnvironmentNameNotFound: Could not find conda environment: caiman
You can list all discoverable environments with
conda info --envs
.The text was updated successfully, but these errors were encountered: