question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, when I run roslaunch envsim visionenv_sim.launch render:=True, it has successfully opened rviz, unity,… but still got one or two error.

  1. pyside error: ImportError: cannot import name 'libqt_gui_cpp_shiboken'
  2. error in Yaml file

[](url Screenshot from 2022-03-28 22-24-43 ) Do you know what the problem? thanks

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yun-longcommented, Mar 28, 2022
  1. can you check what is the output when you do echo $FLIGHTMARE_PATH // the output should be /something/src/agile_flight/flightmare

  2. can you try to config your python executable to the python3

cd <your catkin work space>
catkin config -DPYTHON_EXECUTABLE=/usr/bin/python3
0reactions
ouafi98commented, Mar 29, 2022

maybe try to upgrade your python to at least 3.7 I have 3.8 it works just fine for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install -U PySide error - python - Stack Overflow
Does anyone know how to avoid the following error when running pip install -U PySide as per the official website instructions here: ...
Read more >
QErrorMessage — PySide v1.0.7 documentation
The PySide.QtGui.QErrorMessage class provides an error message display dialog. An error message widget consists of a text label and a checkbox.
Read more >
[PYSIDE-2164] pyside6-deploy FileNotFoundError: [WinError ...
Windows 10. Platform/s: Windows. Description. Error when trying to run pyside6-deploy --dry-run main.py on simple example file.
Read more >
PySide Error __init__() takes at most 2 arguments (3 given)
PySide Error __init__() takes at most 2 arguments (3 given). Hi,. I'm trying to run this script but it gives me an error...
Read more >
PySide and PySide2 problems on Linux - Forum | Prism-Pipeline
In the ss: Green arrows shows PySide calls, and red ones PySide2 calls ... Slightly different errors, but still related to PySide and ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found