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

Running Pyrrha on Windows does not work (Py 3.6, 3.7, 3.8) #193

Closed
ngawangtrinley opened this issue Jul 31, 2020 · 7 comments
Closed

Running Pyrrha on Windows does not work (Py 3.6, 3.7, 3.8) #193

ngawangtrinley opened this issue Jul 31, 2020 · 7 comments
Labels

Comments

@ngawangtrinley
Copy link
Contributor

Describe the bug
Installing the tool stops here for me. I've tried by cloning the repo, and by downloading the latest release, both did the same thing.

To Reproduce
Steps to reproduce the behavior:

  1. Followed the instructions in the ReadMe
  2. Got stuck at python manage.py db-create
  3. See error

Error
image

Desktop (please complete the following information):

  • OS: Windows 10

Additional context
Add any other context about the problem here.

@PonteIneptique
Copy link
Member

Could you give us more information, most specifically python version and a nice pip freeze :)

@ngawangtrinley
Copy link
Contributor Author

Python 3.8.5

blinker==1.4
click==6.7
cov-core==1.15.0
coverage==4.5.3
Flask==1.0.3
Flask-Compress==1.4.0
Flask-Login==0.4.1
Flask-Mail==0.9.1
Flask-Markdown==0.3
Flask-SQLAlchemy==2.4.0
Flask-Testing==0.7.1
Flask-WTF==0.14.2
itsdangerous==0.24
Jinja2==2.11.2
Markdown==3.2.2
MarkupSafe==1.0
mock==3.0.5
nose==1.3.7
nose2==0.6.5
pbr==4.0.3
python-slugify==4.0.0
PyYAML==3.13
redis==2.10.6
rq==0.10.0
selenium==3.141.0
six==1.11.0
SQLAlchemy==1.3.18
text-unidecode==1.3
Unidecode==1.0.23
urllib3==1.25.10
Werkzeug==0.15.3
WTForms==2.2.1

@ngawangtrinley
Copy link
Contributor Author

Just tried with python 3.7 and 3.6 and get the following errors:

first run error:

image

second run error:

image
image

pip freeze

blinker==1.4
click==7.1.1
cov-core==1.15.0
coverage==5.2.1
Flask==1.1.2
Flask-Compress==1.4.0
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Markdown==0.3
Flask-SQLAlchemy==2.4.1
Flask-Testing==0.8.0
Flask-WTF==0.14.3
importlib-metadata==1.7.0
itsdangerous==1.1.0
Jinja2==2.11.2
Markdown==3.2.2
MarkupSafe==1.1.1
mock==4.0.2
nose==1.3.7
pbr==4.0.3
python-slugify==4.0.0
PyYAML==3.13
redis==2.10.6
rq==0.10.0
selenium==3.141.0
six==1.14.0
SQLAlchemy==1.3.18
text-unidecode==1.3
Unidecode==1.1.1
urllib3==1.25.10
Werkzeug==0.15.3
WTForms==2.2.1
zipp==3.1.0

@PonteIneptique
Copy link
Member

Can you remove the database file and retry ?

@PonteIneptique
Copy link
Member

Note that unfortunately, none of the developers of Pyrrha works with Windows, so you are pretty much testing the waters...

@PonteIneptique PonteIneptique changed the title SECRET KEY ENV VAR NOT SET! SHOULD NOT SEE IN PRODUCTION Running Pyrrha on Windows does not work (Py 3.6, 3.7, 3.8) Aug 1, 2020
@PonteIneptique
Copy link
Member

Note that you should not worry about SECRET KEY ENV VAR NOT SET! SHOULD NOT SEE IN PRODUCTION, it's just a warning.

@ngawangtrinley
Copy link
Contributor Author

ngawangtrinley commented Aug 12, 2020

#197 further fixes it. Now working with python 3.8 on Windows 10, 64 bits

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

No branches or pull requests

2 participants