You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after cloning the git rep, I did pip install -t lib -r requirements.txt
and got the following error:
File "/Users/assafshamia/Freebird/Techradar/dev/samples/env/lib/python2.7/site-packages/setuptools/py27compat.py", line 7, in <module>
import six
ImportError: No module named six
The text was updated successfully, but these errors were encountered:
In which file did you encounter the issue?
appengine/standard/flask/hello_world
Did you change the file? If so, how?
no
Describe the issue
after cloning the git rep, I did pip install -t lib -r requirements.txt
and got the following error:
The text was updated successfully, but these errors were encountered: