Closed albireox closed 3 years ago
When installing the package from source or wheel, and running a command such as flicamera status, it fails with
flicamera status
OSError: /home/albireo/Code/flicamera/flicamera/libfli.cpython-38-x86_64-linux-gnu.so: undefined symbol: libusb_list
It seems the cause is that when I replaced the code for what directories and libraries to compile with when in GH or RTD environment, I messed up and now it's not compiling with libusb at all.
Fixed in #6
When installing the package from source or wheel, and running a command such as
flicamera status
, it fails withIt seems the cause is that when I replaced the code for what directories and libraries to compile with when in GH or RTD environment, I messed up and now it's not compiling with libusb at all.