fastrpc icon indicating copy to clipboard operation
fastrpc copied to clipboard

python module dependencies

Open volca02 opened this issue 3 years ago • 0 comments

...as was reported - the python module dependency on .so is vague (in the deb depends) leading to possible discrepancies in the symbol exports/imports.

Resulting situation was as follows:

ImportError: /usr/lib/python3/dist-packages/_fastrpc.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZN4FRPC8HTTPIO_t15waitOnReadyReadEv

Having an equals sign for exact dependency based on version (i.e. depends libfastrpc8 (=8.X.Y)) could be beneficial for the stability of the project.

volca02 avatar Nov 05 '21 13:11 volca02