Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0_Check_Environment is failing #13

Open
pras-4795 opened this issue Aug 15, 2022 · 2 comments
Open

0_Check_Environment is failing #13

pras-4795 opened this issue Aug 15, 2022 · 2 comments

Comments

@pras-4795
Copy link

0_Check_Environment is failing while importing tensorflow.
kernel is dying while running this.
Tried recreating the environment multiple times.

@mkreder
Copy link

mkreder commented Oct 11, 2022

Same issue here

@mkreder
Copy link

mkreder commented Oct 12, 2022

I had to update my enviromment.yml to:

name: ztdl
channels:
- defaults
dependencies:
- python=3.9.*
- bz2file==0.98
- cython==0.29.*
- pip==21.2.*
- numpy==1.23.*
- jupyter==1.0.*
- matplotlib==3.4.*
- setuptools==52.0.*
- scikit-learn==0.24.*
- scipy==1.9.*
- pandas==1.3.*
- pillow==8.3.*
- seaborn==0.11.*
- pytest==6.2.*
- twisted==21.2.*
- pip:
  - tensorflow-macos==2.10.*

Note that I have the macos version of tensorflow as I have an M1 mac.

And the 0_Check_Environment notebook should look like this:

check_version(pip, '21.2')
check_version(numpy, '1.23')
check_version(matplotlib, '3.4')
check_version(sklearn, '0.24')
check_version(scipy, '1.9')
check_version(pandas, '1.3')
check_version(PIL, '8.3')
check_version(seaborn, '0.11')
check_version(tensorflow, '2.10')

I'm not sure if the entire course code will work with these versions, but at least the first deep learning model notebook is running fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants