Open tieugene opened 2 years ago
It is not easy to compile. You should look at the
It is possible to compile this outside the docker then. It works for me on an Ubuntu 20 system.
Note, that the manylinux wheels we provide should work on Fedora too. Not totally sure why you want a rpm package instead of "pip install" it ?
Note, that the manylinux wheels we provide should work on Fedora too. Not totally sure why you want a rpm package instead of "pip install" it ?
pip install
contradicts package subsystem. Right way is:
Pip installs those things that are not controlling by rpm database. Then I have to control rpm database, pip list, python virtualenvs, php compose, perl pears, java something... What for?
PS. BTW rpm must be buildable without networking.
set(shiboken_path "${shiboken2_generator_path}/shiboken2${CMAKE_EXECUTABLE_SUFFIX}")
if(NOT EXISTS ${shiboken_path})
message(FATAL_ERROR "Shiboken executable not found at path: ${shiboken_path}")
endif()
Not works for me.
$ which shiboken2
/usr/bin/shiboken2
As for now I achieved cmake ..
ok.
But make
fails
I have to install Fedora to see what the problem is. With the messages posted here it is not possible to say what is wrong. If you dont manage to build it, I will give it a try if a I have a bit of time. However, it seems you are making slow but steady progress. Maybe it works soon :-)
I try to build Fedora rpm package. Without pip, without docker, without manylinux - just fromo scratch. `cmake say this:
Seems it cannot exec this:
Everything required is installed - shiboken2-devel, pyside2...-devel, qt5-...-devel etc.
What to do?