flaskSaaS
flaskSaaS copied to clipboard
ImportError: cannot import name 'getargspec'
Do you guys have this problem? I have python 3, and should I run the program on python 2?
C:\Users\ying\Downloads\flaskSaaS-master\flaskSaaS-master>python manage.py initdb
Traceback (most recent call last):
File "manage.py", line 33, in
C:\Users\ying\Downloads\flaskSaaS-master\flaskSaaS-master>python --version Python 3.5.6 :: Anaconda, Inc.
I am running it with python 3.7.3 that comes with miniconda and have no problems. I am using Ubuntu 18.04 though