You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use other packages which rely on 3.12, but it seems that ros-jazzy-desktop cannot solve for this version yet.
This is the output from following the standard installation instructions but using python 3.12 to setup the mamba environment:
conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
robostack-jazzy/noarch 116.0 B @ 235.0 B/s 0.3s
robostack-jazzy/linux-64 181.8kB @ 107.5kB/s 0.6s
Pinned packages:
- python=3.12
error libmamba Could not solve for environment specs
The following packages are incompatible
├─ pin on python 3.12.* =* * is installable and it requires
│ └─ python =3.12 *, which can be installed;
└─ ros-jazzy-desktop =* * is not installable because it requires
├─ ros-jazzy-rviz-default-plugins =* *, which requires
│ ├─ ros-jazzy-urdf =* * with the potential options
│ │ ├─ ros-jazzy-urdf 2.10.0 would require
│ │ │ └─ ros2-distro-mutex ==0.5 jazzy, which can be installed;
│ │ ├─ ros-jazzy-urdf 2.10.0 would require
│ │ │ ├─ ros-jazzy-urdfdom =* * with the potential options
│ │ │ │ ├─ ros-jazzy-urdfdom 4.0.0 would require
│ │ │ │ │ └─ ros2-distro-mutex ==0.5 jazzy, which can be installed;
│ │ │ │ └─ ros-jazzy-urdfdom 4.0.1 would require
│ │ │ │ └─ python =3.11 *_cpython, which conflicts with any installable versions previously reported;
│ │ │ └─ ros2-distro-mutex =0.6 jazzy_*, which conflicts with any installable versions previously reported;
│ │ └─ ros-jazzy-urdf 2.10.0 would require
│ │ ├─ ros-jazzy-urdfdom =* * with the potential options
│ │ │ ├─ ros-jazzy-urdfdom 4.0.0, which can be installed (as previously explained);
│ │ │ └─ ros-jazzy-urdfdom 4.0.1, which cannot be installed (as previously explained);
│ │ └─ ros2-distro-mutex =0.7 jazzy_*, which conflicts with any installable versions previously reported;
│ └─ ros2-distro-mutex [=0.6 jazzy_*|=0.7 jazzy_*], which conflicts with any installable versions previously reported;
└─ ros2-distro-mutex [=0.6 jazzy_*|=0.7 jazzy_*], which conflicts with any installable versions previously reported.
critical libmamba Could not solve for environment specs
The text was updated successfully, but these errors were encountered:
That's correct, we only build for a single Python version (currently Python 3.11) to reduce maintainer burden. When we do the next rebuild, I'd be happy to bump to Python 3.12 (unless there are objections @wolfv@traversaro?).
If you want to, you could create a PR that changes the Python version to 3.11, and address any potential outdated patches etc.; which would accelerate this process.
I use other packages which rely on 3.12, but it seems that ros-jazzy-desktop cannot solve for this version yet.
This is the output from following the standard installation instructions but using python 3.12 to setup the mamba environment:
The text was updated successfully, but these errors were encountered: