Hi all:
I'm new and stuck. Would someone give me a pointer?
After Installing Spyder 5.3.10 on a Windows10 with Python 3.10 installed as well.
when I try to import any package I get this error:
File "C:\Users\RZR\AppData\Local\Programs\Python\Python310\Lib\site-packages\pip\_internal\index\collector.py", line 14,
in <module>
import xml.etree.ElementTree
ModuleNotFoundError: No module named 'xml.etree'
Reinstalled both and still get the error. Any plain language help would be greatly appreciated!
Rich