-
Notifications
You must be signed in to change notification settings - Fork 166
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 'float' #37
Comments
Hello! At your own risk, you can get around this by overwriting the
|
I have the same problem, both packages were installed through the ubuntu repositories |
I see this issue is fixed with #39. I wonder when it will be published to the pypi? |
@eric-wieser -- any chance of getting one last release to the ROS debs pushing the fix to this? (#39) |
I have no time for ROS anymore; in the past I added @gstavrinos as a maintainer to keep this project alive. Perhaps @gstavrinos has the time and/or motivation to do such a release? |
Hey, I am currently overloaded with stuff, but I promise to get to it asap! |
Eric, please give me the appropriate repository rights in order to add a secret (for a github action that releases the package) |
It's not clear to me that I can do that without moving this to an organization repo. Can you either point me to instructions on how to generate the secret so I can generate add it myself, or email it to me at $last.$first @ gmail.com so that I can add the one you generated? |
That's all! If you need any more help, hit me up! |
Thanks @gstavrinos! I'm not comfortable making a classic-style personal access token, as this grants permission to all of my repositories on github. Are the fine-grained tokens an option? Can you share the script that will consume this token? |
Hey, Eric. That's a totally valid concern. This is why I asked you to directly make it a secret, so that no one (not even you!) has access to it afterwards. I think a fine-grained token with access to this repo and its release one, would also suffice though. (I haven't tested it) The action I am going to use is similar to the one I use here: |
I encounter the following Trackback when using
ros_numpy
:According to this Stackoverflow,
np.float
causes an error with Numpy 1.24+. (I have 1.24.2 installed).Is this package still being maintained to address this issue?
The text was updated successfully, but these errors were encountered: