imageprocessing icon indicating copy to clipboard operation
imageprocessing copied to clipboard

Entry point not found

Open Sonseng opened this issue 3 years ago • 1 comments

IMG_20220118_210912 Sir, How to resolve this issue?

Sonseng avatar Jan 18 '22 17:01 Sonseng

Google is your friend, there's discussion on the error here and here. This isn't a problem with micasense/imageprocessing.

A user from the conda issues page:

I found the same link and also this two. Maybe my conclusion was not correct but it was the right direction. I solved my issue. The problem was that miniconda used python from anaconda repo and my jupyter environment used the conda-forge repo. Now the activation of the jupyter environment was not working correctly in the cmd and so also in my self created shortcut. I could run the jupyter exectuable but the pythoncom*.dll from the base environment was used. Now I use conda run and everything works.

It looks like the issue can be caused by multiple installs of python/conda/miniconda using jupyter and nb_conda (which imageprocessing does).

and-viceversa avatar Jan 22 '22 20:01 and-viceversa