Setup & Configuration
- Hello community, I can't install the python library osgeo in a code env. Ã Encountered error while trying to install package. â°â> osgeo note: This is an issue with the package mentioned above, no…Solution by Turribeach
Well the error is pretty clear to me:
Exception: In order to be able to run `from osgeo import gdal`, You were probably trying to install `gdal` by running `pip install osgeo` Instead, you should either `pip install gdal` or replace `osgeo` with `gdal` in your requirements.
And it's also clearly stated in the package in PyPi:
https://pypi.org/project/osgeo/#description
Here is the actual package you want to install:
https://pypi.org/project/GDAL/
Review the package notes before installing it.
Solution by TurribeachWell the error is pretty clear to me:
Exception: In order to be able to run `from osgeo import gdal`, You were probably trying to install `gdal` by running `pip install osgeo` Instead, you should either `pip install gdal` or replace `osgeo` with `gdal` in your requirements.
And it's also clearly stated in the package in PyPi:
https://pypi.org/project/osgeo/#description
Here is the actual package you want to install:
https://pypi.org/project/GDAL/
Review the package notes before installing it.
- hello community ! I hope this message finds you well. I am currently working on a project that involves integrating Dataiku DSS (Data Science Studio) with Azure's monitoring tools, specifically Azure …Last answer by Turribeach
There are no specific integrations with those Azure tools that I am aware of. For an overall guidance on logging and monitoring you should read this reply I wrote last year:
The post should cover pretty much all your points. There is also an excellent and very complete Dataiku Python API which provides many methods that can be used for monotoring. I suggest you start by reviewing all the documentation and deciding what you want to monitor and what logs you want to load. Then start new threads with more specific questions if you have any as this post has too many questions and it's too wide to recieve answers to each of your points.
Last answer by TurribeachThere are no specific integrations with those Azure tools that I am aware of. For an overall guidance on logging and monitoring you should read this reply I wrote last year:
The post should cover pretty much all your points. There is also an excellent and very complete Dataiku Python API which provides many methods that can be used for monotoring. I suggest you start by reviewing all the documentation and deciding what you want to monitor and what logs you want to load. Then start new threads with more specific questions if you have any as this post has too many questions and it's too wide to recieve answers to each of your points.
- how to retrieve the list of channels used to send mail in scenarios from python code ? Operating system used: windowsLast answer byLast answer by
- Hello, I get an error when executing the flows in the spark engine, I am doing this configuration with AKS Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security…Solution bySolution by
- Hi Everyone, How can I configure the messaging channel for Outlook email?Solution bySolution by