I am relatively new to python and have been working on pycharm. Recently I began using jupyter notebook and established new PATHS in terminal so I could lunch jupyter from the command line. Ever since then, for some reason I cannot use my already installed modules, such as pandas, numpy or folium on pycharm.
When I run the "import numpy" command I get the following error message, please help!:
"C:\Users\paulov\PycharmProjects\The Basics\venv\Scripts\python.exe" "C:/Users/paulov/PycharmProjects/The Basics/venv/Notes/Getting started with folium.py" Error processing line 1 of C:\Users\paulov\PycharmProjects\The Basics\venv\lib\site-packages\protobuf-3.13.0-nspkg.pth:
Traceback (most recent call last): File "C:\Users\paulov\AppData\Local\Programs\Python\Python38-32\lib\site.py", line 169, in addpackage exec(line) File "", line 1, in File "", line 553, in module_from_spec AttributeError: 'NoneType' object has no attribute 'loader'
Remainder of file ignored Error processing line 1 of C:\Users\paulov\PycharmProjects\The Basics\venv\lib\site-packages\protobuf-3.13.0-nspkg.pth:
Traceback (most recent call last): File "C:\Users\paulov\AppData\Local\Programs\Python\Python38-32\lib\site.py", line 169, in addpackage exec(line) File "", line 1, in File "", line 553, in module_from_spec AttributeError: 'NoneType' object has no attribute 'loader'
Remainder of file ignored