Skip to content
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

pip installation order issue #37

Merged
merged 1 commit into from Apr 3, 2024

Conversation

gianfrancodp
Copy link
Contributor

adding note to installation using pip, resolve an issue about build isolation.

If during pip(>v23.0) installation process in a custom virtual environment GDAL is installed after NUMPY the module _gdal_array was not found.

This pull request simple add a warning-NOTE to installation doc

@roelofvandijkO
Copy link

@danschef danschef self-assigned this Mar 27, 2024
@danschef danschef added the documentation Improvements or additions to documentation label Mar 27, 2024
@danschef danschef merged commit d3c8277 into GFZ:main Apr 3, 2024
@danschef
Copy link
Collaborator

danschef commented Apr 3, 2024

https://git.gfz-potsdam.de/danschef/arosics/-/merge_requests/53 adds this note to the docs for now which will be included in v1.10.3.

However, so far as I understand, the issue could be avoided by moving away from the setup.py to a pyproject.toml. This should then be tracked in a separate issue. @roelofvandijkO, if you have experience with that, feel free to open an issue on GitLab.

@danschef danschef added this to the v1.10.3 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants