@kushagra414 I use these two commands for Ice
sudo apt install zeroc-ice-all-runtime --This command will run perfectly
but in -- pip3 install zeroc-ice
I got this error
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-gb9z8lf1/zeroc-ice/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-lkw7ll7x-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-gb9z8lf1/zeroc-ice/
sudo apt uninstall git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime
sudo apt uninstall python3-pip python3-setuptools python3-pyparsing=2.2.0+dfsg1-2 python3-numpy python3-libxml2 python3-xmltodict python3-zeroc-ice
sudo pip3 uninstall networkx pyside2 argcomplete termcolor cogap
find a package configuration file provided by "Qt5", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:34 (include)
-- COMPILING WITH QT5
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5XmlPatterns"
with any of the following names:
Qt5XmlPatternsConfig.cmake
qt5xmlpatterns-config.cmake
Add the installation prefix of "Qt5XmlPatterns" to CMAKE_PREFIX_PATH or set
"Qt5XmlPatterns_DIR" to a directory containing one of the above files. If
"Qt5XmlPatterns" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
cmake/modules/qt.cmake:47 (find_package)
CMakeLists.txt:34 (include)
-- Configuring incomplete, errors occurred!
See also "/home/guest/robocomp/build/CMakeFiles/CMakeOutput.log".
sudo apt-get install git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime
A note for everyone: Please, read and carefully follow the steps in the installation page: https://github.com/robocomp/robocomp/blob/development/README.md
Most of the problems that you are having are because you are not following the steps or not checking the result of the commands executed.
If you are having problems your first steps should be to carefully re-read the installation documentation and try it again, one command at a time.
You should also look at the history of this channel before asking.
It consumes a lot of time from your mates and contributors to guess how to help you.
Participating in this channel with trivial or repeated questions is not going to help showing your skills as a good developer.
Cannot connect to the remote object (CameraSimple) camerasimple:tcp -h localhost -p 10005
I guess my config file does not have the correct port.I am trying to create a CameraSimple component. But when I run the file, I get this error
Cannot connect to the remote object (CameraSimple) camerasimple:tcp -h localhost -p 10005
I guess my config file does not have the correct port.
Can someone tell me how can I find the correct port. It's not clearly mentioned in the tutorials
Sorry, A silly Question.
I got it
I m facing lots of problem in running rcmanager tool in robocomp. it is still running on pyqt4 and python2, also among all this, we also need to clone QNetworkGraph directory separately. Even after doing all these necessary modifications I m getting this error,
from ParticlesBackgroundDecoration import *
ModuleNotFoundError: No module named 'ParticlesBackgroundDecoration'