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

Numpy linking issue #1311

Open
landauermax opened this issue Apr 15, 2024 · 2 comments
Open

Numpy linking issue #1311

landauermax opened this issue Apr 15, 2024 · 2 comments
Assignees
Labels
bug Something isn't working high High priority issue
Milestone

Comments

@landauermax
Copy link
Contributor

When installing the aminer with aminer_install script, numpy and other packages are linked as follows:

numpy -> /usr/lib/python3/dist-packages/pythran/pythonic/include/numpy

This is not correct as they should be linked to /usr/lib/python3/dist-packages/numpy

@landauermax landauermax added bug Something isn't working high High priority issue labels Apr 15, 2024
@landauermax landauermax added this to the 2.6.0 milestone Apr 15, 2024
@landauermax
Copy link
Contributor Author

Tested on:

Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic

@ernstleierzopf
Copy link
Contributor

I fixed this by removing recursive search in the linking part in aminer-ansible and created pull requests for the development and the main branches. I also tested it and think it works.
@landauermax you can test this by simply exchanging the aminer-ansible repository to git clone -b fix_linking https://github.com/ernstleierzopf/aminer-ansible roles/aminer.
@whotwagner please check the changes/results with @landauermax and merge these changes to the aminer-ansible project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high High priority issue
Projects
None yet
Development

No branches or pull requests

2 participants