open-geocomputing / OpenEarthEngineLibrary

https://www.open-geocomputing.org/OpenEarthEngineLibrary/
127 stars 38 forks source link

oeel in Notebook it stays in a running state without producing results #25

Open koala17github opened 4 months ago

koala17github commented 4 months ago

Why can oeel successfully run SG filtering in Colab, but in Notebook it stays in a running state without producing results?

mgravey commented 4 months ago

This weird, no error message at all ? Can I know a little more on the computer ? OS, CPU type ... what version of node do you use ? Did you get any warning message or error during the installation / first initialization ?

koala17github commented 4 months ago

There is no error message; the program is continuously running and remains in this state even after two days. The computer is running Windows 10 with an Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz 3.10 GHz processor. During installation, the package prompted the installation of Git. 屏幕截图 2024-05-27 135525

koala17github commented 4 months ago

屏幕截图 2024-05-27 140822

mgravey commented 4 months ago

For sure it cannot be more than a minute (or very exceptional ) and only on some custom functions, not functions that are part of the library.

Do you have write authorization in the folder where oeel python package is installed ? Did you by accident install it with sudo ?

koala17github commented 4 months ago

I directly ran !pip install oeel --upgrade in Jupyter Notebook to install the package. After that, running import ee from oeel import oeel import geemap resulted in an error. 333985908-f52260d9-8c80-424e-b85c-ed46ba150be9 Then I installed Git-2.45.1-64-bit.exe, but it kept running without producing any result.

mgravey commented 4 months ago

more than upgrading did you try uninstall and reinstall ??

koala17github commented 4 months ago

After uninstalling OEEL and reinstalling it, I successfully reinstalled Git-2.45.1-64-bit.exe, but it kept running without producing any result. 屏幕截图 2024-05-30 075013 屏幕截图 2024-05-30 075218

mgravey commented 4 months ago

So did you follow instructions and install zeromq and unpromisefy with the two line written ??

koala17github commented 4 months ago

屏幕截图 2024-05-30 190946 屏幕截图 2024-05-30 191006

mgravey commented 4 months ago

this I have no clue it's a bug in the installation of zeroMQ in npm

install the last version of node js, and install a recent compiler, if then it's doesn't work ...

koala17github commented 3 months ago

In Colab, using OEEL for SG filtering previously worked successfully, but now it stays in a running state without producing results. How can this be resolved?