You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead?
Please provide any additional information below
File "/anaconda3/lib/python3.6/site-packages/spyder/plugins/maininterpreter.py", line 162, in python_executable_switched
self.warn_python_compatibility(cust_pyexec)
File "/anaconda3/lib/python3.6/site-packages/spyder/plugins/maininterpreter.py", line 171, in warn_python_compatibility
console_version = int(proc.communicate()[0])
ValueError: invalid literal for int() with base 10: b''
ValueError: invalid literal for int() with base 10: b'' Gives me a hint that a certain calculation is done using Log, Ln or Exp which is not correctly entered. Can you verify if this is the case?
This error occurred when you tried to change the Python interpreter in the preferences. Spyder tried to send code to the interpreter to get which version of Python it was using and instead didn't get an answer back. @k78872, what interpreter were you trying to change to? Do you get the same error every time you try to change to that interpreter or did this just happen one time?
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/anaconda3/lib/python3.6/site-packages/spyder/plugins/maininterpreter.py", line 162, in python_executable_switched
self.warn_python_compatibility(cust_pyexec)
File "/anaconda3/lib/python3.6/site-packages/spyder/plugins/maininterpreter.py", line 171, in warn_python_compatibility
console_version = int(proc.communicate()[0])
ValueError: invalid literal for int() with base 10: b''
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: