Skip to content Skip to sidebar Skip to footer

PyCharm, Some Packages Cannot Import Pandas, ImportError: C Extension: StringIO Not Built

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"