stash icon indicating copy to clipboard operation
stash copied to clipboard

Cannot start my code using flask run

Open MaxNacemit opened this issue 5 years ago • 6 comments

When I try to use flask run in Stash, it gives an error in both python2 and python3.

8241D333-5034-45F3-B6EE-9FF6768B460C ECE8D145-F868-422E-B902-B64F3BF6AC5B

MaxNacemit avatar Mar 20 '19 07:03 MaxNacemit

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

jsbain avatar Mar 20 '19 14:03 jsbain

for py2, type stashconf py_traceback 1 and try the pip install command again, and copy the full traceback

jsbain avatar Mar 20 '19 14:03 jsbain

12D14AC5-D608-418D-AEC7-9496D26B8378

MaxNacemit avatar Mar 20 '19 14:03 MaxNacemit

6FCD6610-4129-4C95-A64B-4BE5EE58B64E

MaxNacemit avatar Mar 22 '19 08:03 MaxNacemit

7DF5258E-A551-425F-9814-F1E5C78540EA

MaxNacemit avatar Mar 23 '19 13:03 MaxNacemit

Also, I cannot use websocket transport - I get PermissionError. 65578A98-C6E2-487C-8966-91B06E5FDEEB

MaxNacemit avatar Mar 23 '19 13:03 MaxNacemit