Skip to content

Instantly share code, notes, and snippets.

@raviramanathan
Created January 17, 2018 11:14
Show Gist options
  • Save raviramanathan/ea8ac95e51f1ea3c050480749ccd554e to your computer and use it in GitHub Desktop.
Save raviramanathan/ea8ac95e51f1ea3c050480749ccd554e to your computer and use it in GitHub Desktop.
anaconda stuck at "Solving package specifications" or for problems of "ResolvePackageNotFound"
#For the problems of conda being stuck at solving package specification for problems of "ResolvePackageNotFound" especially when upgrading
#for fast.ai part1v2 (fast.ai courses version 2018 with Pytorch) solution is simple. Upgrading conda. Run the following command:
conda upgrade conda
#this fixes the problems and conda successfully creates new environment with all requirements for fast.ai part1v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment