Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.5k views
in Technique[技术] by (71.8m points)

python - ImportError: DLL load failed while importing _pyorc

I have installed pyorc using: python -m pip install pyorc

Nevertheless I constatly have the same error when I try to import pyorc


IPython 7.19.0 -- An enhanced Interactive Python. strong text import pyorc Traceback (most recent call last): File "", line 1, in import pyorc File "D:Anacondalibsite-packagespyorc_init_.py", line 14, in from .reader import Column, Reader, Stripe File "D:Anacondalibsite-packagespyorc eader.py", line 4, in from pyorc._pyorc import reader, stripe ImportError: DLL load failed while importing _pyorc: Impossível localizar o módulo especificado.


These are my packages:

Packages


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...