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
it seems that some old version of packages can't be found if the free channel is not used. This can be solved by execute conda config --set restore_free_channel true before install the conda env. Then I met this problem:
Pip subprocess error:
parso requires Python '>=3.6' but the running Python is 3.5.2
You are using pip version 10.0.1, however version 20.3.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
failed
CondaEnvException: Pip failed
If I change python = 3.5.2 into python = 3.6, there will be conflicts, any suggestions?
coconda env create -f environment/linux-cpu-env.yml
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
It's my first time to see this problem. Is the .yml file out-of-date or should I modify it?
The text was updated successfully, but these errors were encountered: