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

Ubuntu Packages Release #65

Open
amalnanavati opened this issue Feb 15, 2024 · 3 comments
Open

Ubuntu Packages Release #65

amalnanavati opened this issue Feb 15, 2024 · 3 comments

Comments

@amalnanavati
Copy link

Related to #46, could you release the latest version of this package on Ubuntu Packages? The latest version is 0.3.1, which suffers from this numpy deprecation warning:

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.

Thanks!

@gorghino
Copy link

I fixed it with pip install transforms3d --upgrade

@amalnanavati
Copy link
Author

I’ve been doing that as well, but the issue is that some package managers, like rosdep, prefer apt over pip (for good reason). The workaround is to just use the pip install, but the core issue is that apt installs an earlier package version than pip does, which shouldn’t be the case.

@tonynajjar
Copy link

Any update on this? I agree with @amalnanavati

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