Getting an ‘ImportError’ when packaging a Cython extension
Been trying to solve this error for a while. I’m working on a package named mlsauce
. When I clone the package and run python3 -m pip install . --verbose
(in a virtual environment), I get Successfully installed mlsauce-0.17.1
. HOWEVER at runtime, I get: