Open ajch07 opened 3 years ago
This is an issue with your python installation and not the script itself.
Try creating a python file with notepad:
print("Test")
into the file.test.py
.If the same error occurs I highly suggest reinstalling python. https://www.python.org/downloads/
Have the exact same problem but when I run the test.py it prints out test
Kindly provide the exact error outputted and run
python -VV
to get version info.
This will help greatly in debugging.
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.
Did python - VV
work? What did it give?
gave a lot python error.pdf this is what occurs
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.
thank you.
Have you completed the challenge?
Yes
was wondering was the problem that it could not detect python on my laptop?