-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test sepal_ui tools with latest sepal environment #302
Comments
At this point don't you think it would make more sense to sit 2-3 days and set up some tests in the Jenkins pipeline ? |
We definitely have to create some type of test to avoid doing this in the future, but I think the situation is a bit complex now because:
|
Another issue, some modules required |
@cdanielw, @lpaolini (and just for curiosity @12rambau )
|
With the latest sepal Ubuntu release, we'll have to make sure all our apps are working properly in the test server.
I'm creating this issue to track the progress of this process, and it's open to anyone who wants to help on the testing.
The steps /objectives are:
SEPAL_UI
** I'm still not knowing why it doesn't work with only
pip install -e .
as on my local installation... there must be something that doesn't allow this behavior... after losing too many time I could make it work with the extra args, but not the "compat" previous one...It happens that even though the editable
.pth
is located in.local/lib/python3.10/site-packages
it will still preferring the not editable... I think this deserves to open an issue insetuptools
because I couldn't go to the root of the problem.Repository to test
git clone $repository_to_test
cd $folder_to_respository_to_test
edit requirements.txt file
gdal
andpyproj
, these packages are installed by themodule_venv
script and cannot be downgraded to an older version.Create local module virtual environment and test the app
module_venv
# This bin file will create the virtual environment with the currentTest that the environment was successfully created and fix any issues, I know for some of them we'll have issues... specially for the packages that requires gdal, or scikit-learn, numpy or so pinned versions.
[email protected]:sepal-contrib/alert_module.git
[email protected]:sepal-contrib/alos_mosaics.git
[email protected]:sepal-contrib/basin-rivers.git
[email protected]:sepal-contrib/bfast-explorer.git
[email protected]:sepal-contrib/bfastspatial.git
[email protected]:sepal-contrib/bfast_gpu.git
[email protected]:sepal-contrib/clip-time-series.git
[email protected]:sepal-contrib/coverage_analysis.git
[email protected]:sepal-contrib/cumsum_change.git
[email protected]:sepal-contrib/damage_proxy_maps.git
[email protected]:sepal-contrib/eSBAE_notebooks.git
[email protected]:sepal-contrib/fcdm.git
[email protected]:sepal-contrib/forest_at_risk.git
[email protected]:sepal-contrib/geemap.git
[email protected]:sepal-contrib/gee_source.git
[email protected]:sepal-contrib/gfc_wrapper_python.git
[email protected]:sepal-contrib/glad_alerts.git
[email protected]:sepal-contrib/goe4lup.git
[email protected]:sepal-contrib/gwb.git
[email protected]:sepal-contrib/mspa-analysis.git
[email protected]:sepal-contrib/planet-order.git
[email protected]:sepal-contrib/planet_active_fires_explorer.git
[email protected]:sepal-contrib/reclassify.git
[email protected]:sepal-contrib/sdg_15.3.1.git
[email protected]:sepal-contrib/se.plan.git
[email protected]:sepal-contrib/sepal-geemap.git
[email protected]:sepal-contrib/sepal-leafmap.git
[email protected]:sepal-contrib/sepal-sbae.git
[email protected]:sepal-contrib/sepal_mgci.git
The text was updated successfully, but these errors were encountered: