boschresearch / pcg_gazebo

Procedural Generation for Gazebo
https://boschresearch.github.io/pcg_gazebo/
Apache License 2.0
69 stars 24 forks source link

Installation using pip terminates due to error in version requirement #155

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi Kindly asking for support on following issue:

Trying to install the pcg-gazebo package using pip terminates with error message regarding package dependencies

ERROR: Could not find a version that satisfies the requirement embreex; extra == "easy" (from trimesh[easy]>=3.6.4->pcg-gazebo) (from versions: none) ERROR: No matching distribution found for embreex; extra == "easy" (from trimesh[easy]>=3.6.4->pcg-gazebo)

This happens to me in an existing development environment as well as in a freshly set up Ubuntu container in Docker.

Thanks in advance for any input on this one!

qlibp commented 1 year ago

same

sam98uele commented 1 year ago

@ludi111 @qlibp you should upgrade your pip to the latest version:

sudo pip install --upgrade pip

and install it from source using the commands:

https://github.com/boschresearch/pcg_gazebo#from-source

onrdmr commented 9 months ago

@sam98uele solution solved my problem but i encounter ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/local/lib/python3.8/dist-packages/markupsafe/__init__.py)

and i have downgrade my markupsafe library

pip install markupsafe==2.0.1