Cannot Run tests due to gdal module and found requirements build improper #606
Unanswered
dhananjaypai08
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for introducing yourself. Could you tell us what version of GDAL you have installed, and how it was installed? Also how are you building Kart? Check the instructions in CONTRIBUTING.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I am Dhananjay Pai currently in my sophomore year and looking to contribute in this project and take part in GSOC as well.
After setting up kart on local build and after installing the requirements for test as well as for local development when I try to run any test it shows that there are still some modules that aren't installed. After looking into it I found that the module osgeo is creating an issue. I have the GDAL distribution installed on my pc as well as the V3.9py distribution for gdal. But still it gives this message
Osgeo is imported in several different files and I can run the tests
Reason for testing was to get to know codeflow and working of kart.
Also there are certain import errors
There's no function named terminate_estimate_thread in kart/diff_estimation.py
myself being a beginner here asked it here if someone can help it would be great. Thanks
Also will be looking to propose for kart CLI help improvements having built and developed several cli's under psf sub-org zyte and many more
Beta Was this translation helpful? Give feedback.
All reactions