-
Notifications
You must be signed in to change notification settings - Fork 101
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
error: Failed to compile Gazebo plugin #103
Comments
Hi @alexsandercaac what was the error logname it was giving you? That is suspect, and has never been reported. Does the error get thrown if you don't do and upgrade? The dependencies are very sensitive to their versions which is why the script exists. The script does an update but not an upgrade so I suspect doing the upgrade caused a dependency issue. I find testing the install in a fresh virtual machine is useful. |
Thanks @wil3 for responding so quickly. The error with logname was: |
Gotcha ok that makes sense for why logname doesnt work then since its not native ubuntu. I'm not familiar with WSL so I'm not sure if thats the issue but since its not a supported environment its possible. Maybe the libraries aren't being installed in the correct location. I would think the upgrade would be the most obvious culprit but hard to know unless you check all the versions form what's expected in the dependency script. |
Hi,I have met the similar error when I run the pip3 install . Could you help me? Great thanks for you! Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
-- The C compiler identification is GNU 9.4.0 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
Call Stack (most recent call first): -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.40.0") found components: thread system filesystem program_options regex iostreams date_time -- Generating done
|
I also have this probeles when I run the pip3 install . Could you solve it? note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. |
|
Description
The 'install_dependencies.sh' executes without any error after updating "logname" in line 9, which was giving me an error, by "whoami" --- I believe their outputs should be equivalent.
When running the next command with pip3, I get the following error:
Steps to Reproduce
On a fresh install of Ubuntu 18.04, run apt-get update and upgrade. Next, substitute "logname" by "whoami" in the 'install_dependencies.sh' file. Run the script without any issues. Run the pip3 command and see the error.
Expected behavior
Expected the installation of gymfc.
The text was updated successfully, but these errors were encountered: