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

requirements.txt wants to create an inconsistent environment #107

Open
chasrmartin opened this issue Jan 15, 2023 · 0 comments
Open

requirements.txt wants to create an inconsistent environment #107

chasrmartin opened this issue Jan 15, 2023 · 0 comments

Comments

@chasrmartin
Copy link

Just trying to use the book sources, and I'm having a big struggle with getting a working environment. The closest I've come is getting out of conda, making sure I have python 3.8 as my default, I do pip install -r requirements.txt on the tensorflow_2 branch. I try to import keras as suggested and I get

[GDL_code] 2822 $ ipython
Python 3.8.5 (default, Sep  4 2020, 02:22:02)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.8.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import keras
Using TensorFlow backend.
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
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

1 participant