stash
stash copied to clipboard
Cannot start my code using flask run
When I try to use flask run in Stash, it gives an error in both python2 and python3.
Looking at the link provided, which redirects to here: http://click.palletsprojects.com/en/5.x/python3/
you mght try first typng
LC_ALL=C.UTF-8 LANG = C.UTF-8
or possibly en_US.UTF-8
though honestly im not sure this does anything
for py2, type stashconf py_traceback 1 and try the pip install command again, and copy the full traceback
Also, I cannot use websocket transport - I get PermissionError.