Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

missing dependency "packaging" and numpy 2 issue on clean install #205

Open
flxrhn opened this issue Jul 5, 2024 · 1 comment
Open

missing dependency "packaging" and numpy 2 issue on clean install #205

flxrhn opened this issue Jul 5, 2024 · 1 comment

Comments

@flxrhn
Copy link

flxrhn commented Jul 5, 2024

Maybe I was being naive but on a bare system in an empty virtual environment pip install chromo does not produce a working installation. simple test program fails with "ModuleNotFoundError: No module named 'packaging'". After that the issue is that pip will install numpy >2. In order to get chromo to work I had to downgrade to numpy 1.xx. Shouldn't all of this be done by pip install chromo ?

@afedynitch
Copy link
Member

Thanks, @flxrhn. We noticed this issue in #203, where our tests started failing.

One issue is that EPOS doesn't build the signature files on windows and something sketchy happens on Macs. We'll look into this asap. For now the recommended workaround is to use numpy<2 as you correctly point out.

afedynitch added a commit that referenced this issue Nov 11, 2024
Updating to np 2 and 3.13.

Should close issues #205, #207.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants