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

pandas ImportError when running idaes get-extensions #1514

Closed
lbianchi-lbl opened this issue Nov 5, 2024 · 0 comments · Fixed by #1515
Closed

pandas ImportError when running idaes get-extensions #1514

lbianchi-lbl opened this issue Nov 5, 2024 · 0 comments · Fixed by #1515
Assignees
Labels
Priority:High High Priority Issue or PR

Comments

@lbianchi-lbl
Copy link
Contributor

lbianchi-lbl commented Nov 5, 2024

https://github.com/watertap-org/watertap/actions/runs/11639789243/job/32517136023

image

What we know

What's going on with the NumPy version?

With the first installation step (pip install -r requirements-dev.txt), numpy 2.0.2 gets installed:
2024-11-05_09-22

Then, with the next step conda install -c conda-forge cyipopt, numpy 1.22.3 gets installed:
2024-11-05_09-23

However, surprisingly, displaying the list of installed Conda packages shows numpy 2.0.2...
2024-11-05_09-24

...while running pip list shows numpy 1.22.3:
2024-11-05_09-30

Open questions

  • Why does NumPy 1.22.3 gets installed when installing cyipopt through conda-forge?
  • Why is this happening only for Linux, and not Windows?
  • Why is this happening only for Python 3.9?
  • Why is this happening now?
@lbianchi-lbl lbianchi-lbl self-assigned this Nov 5, 2024
lbianchi-lbl added a commit to lbianchi-lbl/watertap that referenced this issue Nov 5, 2024
lbianchi-lbl added a commit that referenced this issue Nov 5, 2024
* Empty commit to see if #1514 applies to main

* Try using miniforge to consistently use conda-forge
@ksbeattie ksbeattie added Priority:Normal Normal Priority Issue or PR Priority:High High Priority Issue or PR and removed Priority:Normal Normal Priority Issue or PR labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:High High Priority Issue or PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants