Open l1t1 opened 2 months ago
I notice the error message
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "pantab2.txt", line 2, in <module>
import pantab as pt
File "D:\pantab.py", line 48, in <module>
and delete the file d:\pantab.py, it now reports
D:\>python pantab2.txt
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xe . Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.htm
#c-api-incompatibility for indications on how to solve this problem .
Traceback (most recent call last):
File "pantab2.txt", line 2, in <module>
import pantab as pt
File "D:\Python38\lib\site-packages\pantab\__init__.py", line 3, in <module>
import libpantab # type: ignore
ImportError: numpy.core.multiarray failed to import
I used the example of document
if i install tableauhyperapi-0.0.18825
downgrade to 0.0.18618, the program reports other errors