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
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.
How to solve this problem? Thanks.