I downloaded Python3, on a laptop where I already have Python2, in two folders Python3 and Python27 respectively.
I have Windows 10, 64 bit.
Spyder.exeand Spyder3.exe are in the Scripts subfolders of the installation.
I added Python27\Scripts and Python3\Scripts to the Pathenvironment variable.
Opening a command prompt and typing
spyder
correcty starts Spyder2, while typing
spyder3
results in:
--
I have seen online that this error usually occurs for Pip3, so I tried to upgrade spyder3, but this did not solve the issue.
Any ideas?
