maxfrei750 / paddle

Toolbox for the easy, deep learning-based primary particle size analysis of agglomerated, aggregated, partially sintered or simply occluded particles.
MIT License
10 stars 1 forks source link

Failed to import winapi32 #2

Closed Rajarshi1001 closed 2 years ago

Rajarshi1001 commented 2 years ago

While executing the command jupyter lab, it throws an error DLL load failed while importing win32api: The specified procedure could not be found. I ahve tried installing conda install -c anaconda pywin32 but the same issue persists. Could you please provide a reply to this issue?

maxfrei750 commented 2 years ago

Unfortunately, I think that you're encountering an issue with your system/jupyter, not with paddle, so I can't be of any help. Especially since I'm on Linux and can't reproduce your error. That being said, paddle was already successfully deployed on Windows, so there must be a way.

PS: The second (at least for me) Google result for jupyter DLL load failed while importing win32api: The specified procedure could not be found looks promising: https://stackoverflow.com/questions/68226255/how-to-fix-dll-load-failed-while-importing-win32api-in-jupyter-notebook-after

I'll close this for now.