micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
247 stars 148 forks source link

Entry point not found #172

Open Sonseng opened 2 years ago

Sonseng commented 2 years ago

IMG_20220118_210912 Sir, How to resolve this issue?

and-viceversa commented 2 years ago

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).