udacity / CarND-Term1-Starter-Kit

MIT License
494 stars 602 forks source link

Solving the problem "Found conflicts! Looking for incompatible packages." while creating carnd-term1 conda environment on Windows x64 #121

Closed wolfgang-stefani closed 3 years ago

wolfgang-stefani commented 4 years ago

For both files "environment.yml" and "environment-gpu.yml" I did the following changes:

Changelog: First, I removed version numbers for several libraries Second, if you already have pip installed dependencies in the yml file you need to add pip as a dependency itself in the yml flile. I did this.

Thank you to the community for the hints!

UAnjali commented 3 years ago

Hi @wolfgang-stefani Thanks for bringing this to our notice. We have changed the files "environment.yml" and "environment-gpu.yml" based on your suggestion with correct dependency versions.