Replies: 1 comment
|
Ok, so after many iterations and attempts, I managed to have burst2safe installed and running on my Windows 10 machine. Below, you'll find a step-by-step guide in case anyone faces the same problem. This assumes burst2safe installed on C:\Dev\conda_envs\b2safe 1. Clean previous environment
2. Create a minimal conda environment
3. Install GDAL via precompiled Windows wheel Download GDAL wheel for Python 3.11 64-bit from Christoph Gohlke’s site Example: GDAL‑3.6.4‑cp311‑cp311‑win_amd64.whl Install it:
This ensures all GDAL DLLs are present; _gdal error is avoided. 4. Install other required packages from conda-forge
These are packages compatible with GDAL and Python 3.11. 5. Install pip-only packages
If behind a proxy, use:
6. Test GDAL
Should print 3.6.4 with no _gdal errors. 7. Run burst2safe
|
Uh oh!
There was an error while loading. Please reload this page.
Hi,
This is a follow-up to a post in another discussion entry. Quick question:
Is anyone using burst2safe on Windows 10 without any problem?
For some time, I'm getting the following error:
ModuleNotFoundError: No module named '_gdal'
burst2safe works well on Linux, so I'm assuming it's something related to Windows.
Thanks
All reactions