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

AttributeError: module 'numpy' has no attribute 'warnings' #770

Closed
daniel-a-diaz opened this issue Dec 21, 2022 · 4 comments
Closed

AttributeError: module 'numpy' has no attribute 'warnings' #770

daniel-a-diaz opened this issue Dec 21, 2022 · 4 comments

Comments

@daniel-a-diaz
Copy link

daniel-a-diaz commented Dec 21, 2022

I was having issues with Plotter showing anything so decided to see if there was an update for vedo. I made a fresh conda environment and installed only vedo through conda-forge.
vedo=2022.4.2
numpy=1.24.0
python=3.11.0

When simply importing vedo with from vedo import * I get AttributeError: module 'numpy' has no attribute 'warnings'.

I don't have any files or folders named numpy in the current directory. Is there a quick fix to this? Thanks.

@marcomusy
Copy link
Owner

Hi, Yes it's a numpy problem, try the dev versioin:

pip install -U git+https://github.com/marcomusy/vedo.git

@jo-mueller
Copy link
Collaborator

Is there currently a different way to solve this in packages that have vedo as a dependency other than pinning numpy?

@marcomusy
Copy link
Owner

I'm planning to make a new release later today!

@daniel-a-diaz
Copy link
Author

Numpy issue is fixed, thank you.

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

3 participants