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

Categories

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...