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

Problem with setup - versions control #60

Open
daphna-kaplan opened this issue Mar 15, 2023 · 2 comments
Open

Problem with setup - versions control #60

daphna-kaplan opened this issue Mar 15, 2023 · 2 comments

Comments

@daphna-kaplan
Copy link

I am having trouble with my installations, and would love to know from one of you who did manage to install and run what are your versions.
I tried:

Python3.7 with tensorflow 1.8/1.6/1.5 - all leading to missing modules such as:
ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
I followed this thread about it: tensorflow/tensorflow#20690

Python3.6.8 with tensorflow 1.6.0:
tensorflow couldn't be installed due to
protobuf requires Python '>=3.7' but the running Python is 3.6.8

@hexfactor
Copy link

I got it working in python 3.6.4 through anaconda

I then just ran pip install -r requirements.txt and then python demo.py

@bd4
Copy link

bd4 commented May 19, 2023

I got this working on modern arch linux with python 3.6 by modifying requiments.txt:

matplotlib==2.1.0
pandas==1.0.0
scikit-learn==0.19.1
scipy==1.0.0
svgwrite==1.1.12
tensorflow==1.6.0
protobuf==3.19.6
numpy==1.17

and then using pyenv to get python 3.6

# install pyenv, e.g. pacman -S pyenv on arch linux
pyenv install 3.6
pyenv shell 3.6
python -mvenv .venv --prompt handwriting
source .venv/bin/activate
pip install -r requirements.txt
python demo.py

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

3 participants