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

Issue with conda install isce2 after numpy v1.24.0 release #649

Closed
Dani-Lindsay opened this issue Jan 11, 2023 · 1 comment
Closed

Issue with conda install isce2 after numpy v1.24.0 release #649

Dani-Lindsay opened this issue Jan 11, 2023 · 1 comment

Comments

@Dani-Lindsay
Copy link

Hi all,

I've just installed isce with conda and got the error while running alos2App.py

AttributeError: module 'numpy' has no attribute 'int'

I found the following article which describes the issue people are having after the latest numpy release. I downgraded the numpy version in my environment to 1.23 and things seem to be running smoothly again.

conda create -n insar_23 python=3.8
conda activate insar_23
conda install -c conda-forge isce2
conda install numpy==1.23

Best,
Dani

p.s. I don't have administrative permissions on hpc so conda is the easiest way to get things installed quickly.

@rtburns-jpl
Copy link
Member

This was fixed by #639. Our next conda release will include that fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants