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
I am having the same issue. My conda seems "broken" and I can no longer create environments. Did you have to completely uninstall and then reinstall conda? I cannot seem to find how to delete a channel...
The following line in the instructions:
conda config --add channels cruizperez
can cause some dependency issues depending on the priority list,
In order to avoid this, I would use:
conda config --append channels cruizperez
The text was updated successfully, but these errors were encountered: