question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The executable python3.5 (from --python=python3.5) does not exist

See original GitHub issue

Hey,

I’m trying to run this on Windows 10. After installing via pip I’m running into a couple separate issues

  1. try is masked by Windows PowerShell’s try syntax
  2. 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:closed
  • Created 8 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
Megaversecommented, Apr 15, 2017

i did virtualenv -p3 virtual_env_name and this worked!

1reaction
saurabhmarpadgecommented, Jan 27, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found