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 version Issues #21

Open
Mireu-Lab opened this issue Jun 5, 2024 · 0 comments
Open

Numpy version Issues #21

Mireu-Lab opened this issue Jun 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Mireu-Lab
Copy link

Which tool (if any in particular)
Which tool did you try to use that caused the issue?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run command '...'
  2. With input files '....'
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

I installed the new Numpy Lib while processing with bvh.

numpy version = 1.26.4

I could see that the numpy version of bvhtoolbox was low.

If anyone is experiencing this problem, this error will not occur if you use numpy version 1.20 or lower.

AttributeError: module 'numpy' has no attribute 'float'.
`np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
@Mireu-Lab Mireu-Lab added the bug Something isn't working label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant