insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

python was not found #203

Open ajch07 opened 3 years ago

ajch07 commented 3 years ago

Screenshot (36)

The-Real-Thisas commented 3 years ago

This is an issue with your python installation and not the script itself.

Try creating a python file with notepad:

If the same error occurs I highly suggest reinstalling python. https://www.python.org/downloads/

soye001 commented 3 years ago

Have the exact same problem but when I run the test.py it prints out test

The-Real-Thisas commented 3 years ago

Kindly provide the exact error outputted and run

python -VV

to get version info.

This will help greatly in debugging.

soye001 commented 3 years ago

C:\JPMC-tech-task-1-py3>python3 server3.py Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

The-Real-Thisas commented 3 years ago

Did python - VV work? What did it give?

soye001 commented 3 years ago

gave a lot python error.pdf this is what occurs

The-Real-Thisas commented 3 years ago

I highly suggest reinstalling python with the option that adds python to PATH being ticked. An alternative would be to use the replit.com version instead. Hope that helps.

soye001 commented 3 years ago

thank you.

soye001 commented 3 years ago

Have you completed the challenge?

The-Real-Thisas commented 3 years ago

Yes

soye001 commented 3 years ago

was wondering was the problem that it could not detect python on my laptop?