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

Tests failing unless reinstalling tensorflow #1225

Open
rogerisaksson opened this issue Jun 7, 2021 · 0 comments
Open

Tests failing unless reinstalling tensorflow #1225

rogerisaksson opened this issue Jun 7, 2021 · 0 comments

Comments

@rogerisaksson
Copy link

rogerisaksson commented Jun 7, 2021

I got errors when executing py.test with a Python 3.8.5 and 3.7.5 Anaconda environments on a Windows 10 machine.
Solution found here: maxpumperla/deep_learning_and_the_game_of_go#89 (comment)

Steps to reproduce and to fix:

  1. Start the anaconda prompt (as administrator) from the start menu
  2. cd c:\sources\aima-python (or wherever you might have cloned)
  3. conda create -y --name aima -c conda-forge python=3.7.5
  4. conda activate aima
  5. pip install -r requirements.txt
  6. py.test (fails)
  7. pip install tensorflow --upgrade --force-reinstall
  8. py.test (works)
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