You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing some when I installed rgee, when I did ee_check() I got the following message :
NOTE: The Earth Engine Python API version 0.1.331 is installed
correctly in the system but rgee was tested using the version
0.1.370. To avoid possible issues, we recommend install the
version used by rgee (0.1.370). You might use:
pip install earthengine-api==0.1.370 (Linux and Mac0S)
conda install earthengine-api==0.1.370 (Linux, Mac0S, and Windows)
Messages d'avis :
1: le package ‘rgee’ a été compilé avec la version R 4.2.3
2: Python 'C:/Users/aurel/AppData/Local/Programs/Python/Python311/python.exe' was requested but 'C:/Users/aurel/AppData/Local/r-miniconda/envs/rgee/python.exe' was loaded instead (see reticulate::py_config() for more information)
So I did ee_install_upgrade() and I got this message :
"C:/Users/aurel/AppData/Local/r-miniconda/condabin/conda.bat" "install" "--yes" "--name" "rgee" "-c" "conda-forge" "earthengine-api==0.1.370"
C:\Users\aurel\AppData\Local\R-MINI1\lib\site-packages\conda_package_streaming\package_streaming.py:19: UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda support.")
C:\Users\aurel\AppData\Local\R-MINI1\lib\site-packages\conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
_warnings.warn("Install zstandard Python bindings for .conda support")
Collecting package metadata (repodata.json): ...working... C:\Users\aurel\AppData\Local\R-MINI1\lib\site-packages\conda_package_streaming\package_streaming.py:19: UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda support.")
C:\Users\aurel\AppData\Local\R-MINI1\lib\site-packages\conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
_warnings.warn("Install zstandard Python bindings for .conda support")
done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Note: 'use_only_tar_bz2' is enabled. This might be omitting some
packages from the index. Set this option to 'false' and retry.
Erreur : one or more Python packages failed to install [error code 1]
The text was updated successfully, but these errors were encountered:
You could try to upgrade to the newest conda version and see if that works? When I installed rgee, I used the latest conda and although I encountered issues with installing the package (due to issues other than this one), it finally worked.
I'm facing some when I installed rgee, when I did ee_check() I got the following message :
NOTE: The Earth Engine Python API version 0.1.331 is installed
correctly in the system but rgee was tested using the version
0.1.370. To avoid possible issues, we recommend install the
version used by rgee (0.1.370). You might use:
Messages d'avis :
1: le package ‘rgee’ a été compilé avec la version R 4.2.3
2: Python 'C:/Users/aurel/AppData/Local/Programs/Python/Python311/python.exe' was requested but 'C:/Users/aurel/AppData/Local/r-miniconda/envs/rgee/python.exe' was loaded instead (see reticulate::py_config() for more information)
So I did ee_install_upgrade() and I got this message :
C:\Users\aurel\AppData\Local\R-MINI
1\lib\site-packages\conda_package_streaming\package_streaming.py:19: UserWarning: zstandard could not be imported. Running without .conda support.1\lib\site-packages\conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda supportwarnings.warn("zstandard could not be imported. Running without .conda support.")
C:\Users\aurel\AppData\Local\R-MINI
_warnings.warn("Install zstandard Python bindings for .conda support")
Collecting package metadata (repodata.json): ...working... C:\Users\aurel\AppData\Local\R-MINI
1\lib\site-packages\conda_package_streaming\package_streaming.py:19: UserWarning: zstandard could not be imported. Running without .conda support.1\lib\site-packages\conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda supportwarnings.warn("zstandard could not be imported. Running without .conda support.")
C:\Users\aurel\AppData\Local\R-MINI
_warnings.warn("Install zstandard Python bindings for .conda support")
done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
Note: 'use_only_tar_bz2' is enabled. This might be omitting some
packages from the index. Set this option to 'false' and retry.
Erreur : one or more Python packages failed to install [error code 1]
The text was updated successfully, but these errors were encountered: