Python Forum
python --version yields no output, not detected by other programs
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python --version yields no output, not detected by other programs
#1
[Windows 10] This isn't even a coding problem. I've installed python version 3.7.4 in order to use TensorFlow in a piece of software that provides an interface for it, but that software does not recognize python as being installed. I used the Windows x86-64 executable installer on the official website and added Python to PATH, though I installed the directory to C:\Python to avoid admin problems. I verified that Python was properly in my path and was able to use several python commands in order to install required libraries for tensorflow, but when I simply type "python --version" into cmd or powershell I get no output. This, according to the developer of the software I was trying to get this to work with, is why it is not being recognized.

This problem is hard to search for online since I'm NOT having the 'not recognized as a command' problem, and I really haven't found anything on this topic and don't know where to ask, given that software developer told me little more than "I have no idea how to solve this problem." Apologies if this post is not suitable for this forum.
Reply
#2
from command line python -V
Reply
#3
(Jun-24-2020, 11:00 PM)Larz60+ Wrote: from command line python -V
This also outputs nothing.
Reply
#4
You can also try python3 -V
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  run part of a script with a different version of Python jdog 2 443 Jan-09-2024, 08:49 PM
Last Post: jdog
  python not detected on computer adriennn 3 930 Nov-18-2023, 02:46 PM
Last Post: snippsat
  How to find out from outside Python (in Windows) the current version of Python? pstein 4 728 Oct-04-2023, 10:01 AM
Last Post: snippsat
  How to resolve version conflicts in Python? taeefnajib 0 906 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  Python venv and PIP version issue JanOlvegg 2 1,252 Feb-22-2023, 02:22 AM
Last Post: JanOlvegg
  Python Version upgrade nitinkukreja 1 894 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Can't update new python version on Pycharm GOKUUUU 6 3,790 Jul-23-2022, 09:24 PM
Last Post: GOKUUUU
  Building python (3.9.5) with different libexpat version (2.4.6) raghupcr 0 1,304 Feb-25-2022, 11:29 AM
Last Post: raghupcr
  Python keeps running the old version of the code quest 2 3,748 Jan-20-2022, 07:34 AM
Last Post: ThiefOfTime
  My .exe made using Python being detected as a virus 100grassfed 2 3,002 Jun-16-2021, 04:41 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020