Skip to content

Add noetic in list of ubuntu distros for python-numpy#24035

Closed
Achllle wants to merge 1 commit into
ros:masterfrom
Achllle:add_numpy_ubuntu_noetic
Closed

Add noetic in list of ubuntu distros for python-numpy#24035
Achllle wants to merge 1 commit into
ros:masterfrom
Achllle:add_numpy_ubuntu_noetic

Conversation

@Achllle
Copy link
Copy Markdown
Contributor

@Achllle Achllle commented Mar 11, 2020

Currently, depending on python-numpy in Noetic fails with:

rosdep2.lookup.ResolutionError: No definition of [python-numpy] for OS version [focal]

As suggested here, I'm adding it in here for Noetic. I left the previous version starting with 'n' (natty) in but can remove that.

@Achllle Achllle requested a review from a team as a code owner March 11, 2020 00:39
Comment thread rosdep/python.yaml
lucid: [python-numpy]
maverick: [python-numpy]
natty: [python-numpy]
noetic: [python-numpy]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noetic is the name of the ROS distro. This would need to be the Ubuntu distro focal.

@sloretz
Copy link
Copy Markdown
Contributor

sloretz commented Mar 11, 2020

python-numpy is a Python 2 package, and ROS Noetic is only targeting Python 3. Please use the rosdep key python3-numpy instead (it already exists, no need to open a PR). Here are some pages about transitioning ROS packages to Python 3: http://wiki.ros.org/UsingPython3/ .

@sloretz sloretz closed this Mar 11, 2020
@Achllle
Copy link
Copy Markdown
Contributor Author

Achllle commented Mar 11, 2020

Makes sense. Clearly I had no idea what I was doing :)

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

Successfully merging this pull request may close these issues.

2 participants