-
Notifications
You must be signed in to change notification settings - Fork 193
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
WSL Does SERV still work with Python 2.7? Version 3.6 not detected #83
Comments
Hi, |
Hi @KinzaQamar and thanks for your suggestions. I tried the
It still might be a good idea to detect python versions more gracefully with The The Windows instructions I assume are very similar, but still listed at a TODO on the |
oops, I confused this WSL issue with my Windows issue so ignore this comment, but see next one., Here's the result in WSL, using
it appears the libraries were not installed, so I added them:
but now getting this error:
|
update: SUCCESS~ I compared Ran this:
and... TADA!
success! |
Awesome ! |
Great to see you got it working. Thanks for the detailed reports of your struggles. Thought I had seen the last Python2 issue, but it seems python2 just refuses to die. You're probably right that it's better to explicitly mention The other error ( |
ok, there are a bunch of wonkiness things going on here (WSL, I know I have python 3.x installed, etc.)
But perhaps
pip install fusesoc
could detect problems and return a more friendly message?Here's my out-of-box experience this morning using
pip install fusesoc
:Here are some version details:
The text was updated successfully, but these errors were encountered: