The executable python3.5 (from --python=python3.5) does not exist
See original GitHub issueHey,
I’m trying to run this on Windows 10. After installing via pip I’m running into a couple separate issues
try
is masked by Windows PowerShell’s try syntax- Running as a python m (
python -m try requests
) results in the error:The executable python3.5 (from --python=python3.5) does not exist
I’m using Python 3.5 installed to C:\Python35\python.exe
Any help would be great!
Issue Analytics
- State:
- Created 8 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
"The path python3 (from --python=python3) does not exist" error
try something like this, here C:/Python36/python.exe give the full address of python3 executable virtualenv env -p C:/Python36/python.exe.
Read more >Can't make virtualenv with Python3 : Forums - PythonAnywhere
The executable python3 (from --python=python3) does not exist. I'm stumped. I already had set up a virtual env with python 2.7 (suggestion: ...
Read more >4. Using Python on Windows — Python 3.11.1 documentation
This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix...
Read more >Python 3 Installation & Setup Guide
Note that the where.exe command will work only if Python has been installed ... There are several reasons that you might not want...
Read more >How to Use Python Virtualenv - Medium
As you may already know there are two major versions of Python2 (2.7) and Python 3 (3.5 ... virtualenv --python=python3.5 mypyenv3.5#use env
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i did virtualenv -p3 virtual_env_name and this worked!
I had the same issue Maybe it’s because of python version. $python3 --version Python 3.4.0 So from --python=python3.4 It worked