This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Dockerfile doesn't have compatible librocksdb-dev
; how to package dynamic lib into whl like on pypi
#12
Labels
question
Further information is requested
Hello,
I was able to install the x86 python whl from pypi: https://pypi.org/project/faust-streaming-rocksdb/#files
Each whl contains a few precompiled dynamic libs:
I was wondering which script compiles these libraries and how they can be packaged into the whl. The
Dockerfile
installslibrocksdb-dev
from Ubuntu 20.04 package, which is RockDB 5, rather than 6.14.The text was updated successfully, but these errors were encountered: