I am having a very strange error and cannot resolve it. I have a project with the following directory structure: ptouch/ ptouch/ __init__.py ptouch.py i
Solution 1:
It turns having a file named 'io.py' in the same package as something importing pandas breaks things badly.
Don't name things io.py
Post a Comment for "Pycharm, Some Packages Cannot Import Pandas, Importerror: C Extension: Stringio Not Built"