dimastbk / python-calamine

Python binding for Rust's library for reading excel and odf file - calamine.
https://pypi.org/project/python-calamine/
MIT License
279 stars 6 forks source link

Win7 Python 3.10 64bit issue: DLL load failed while importing _python_calamine #83

Open gufengaoyue opened 1 month ago

gufengaoyue commented 1 month ago

Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.

import python_calamine Traceback (most recent call last): File "<pyshell#0>", line 1, in import python_calamine File "C:\Python\lib\site-packages\pythoncalamine\_init\\.py", line 1, in from ._python_calamine import ( ImportError: DLL load failed while importing _python_calamine: The specified procedure could not be found

How to solve this problem? Thanks.

20240926141552