jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Miniconda env MacOS issue #65

Closed vinamramunot-tech closed 4 years ago

vinamramunot-tech commented 4 years ago

Error

Screen Shot 2020-06-03 at 12 56 06 AM

Files tree

I have a directory by the name of Miniconda3 in the user directory. I have uploaded an image below:

Screen Shot 2020-06-03 at 1 00 29 AM

MacOS version

macOS Catalina 10.15.5

jeffheaton commented 4 years ago

You are getting an error one-by-one of the components of the tensorflow.yml. Suggest running each line one-by-one to see which is giving you an issue. Let me know which package is not installing.

vinamramunot-tech commented 4 years ago

I have a question, I accidentally downloaded the Miniconda two ways. One through the pkg file and the other one using a .sh script for macOS 64. Now one instance is in /opt/miniconda3 and the other one is /Users/"my name"/miniconda3. The /opt/ was the one downloaded the first time using pkg installer and the /Users/"my name"/ was downloaded using the .sh script. Is it advisable to delete one of the instance?

vinamramunot-tech commented 4 years ago

You are getting an error one-by-one of the components of the tensorflow.yml. Suggest running each line one-by-one to see which is giving you an issue. Let me know which package is not installing.

One of the errors I have figured out that when I am downloading the tensor flow.yml file, it adds somethings to the heading and the footer of the file, so I removed it and now it is giving me a better error. I mean less error than before.

New error

Screen Shot 2020-06-03 at 12 33 37 PM

error explained

error is talking about specifying the version of pip as a explicit dependency.

Could this be a solution

should I place the pip"3" outside in the yml file. I have uploaded an image of the yml file.

Screen Shot 2020-06-03 at 12 42 48 PM

@jeffheaton