Open Jibun-no-Kage opened 3 weeks ago
it tries to build the C module from source, but can't because pkg-config
is missing, see
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'
Yeah... back tracking to resolve now. Debian 12 avoided the issue using global module install, and let the virtualenv use the global instance. But on Ubuntu was trying to get module to be only local to virutalenv. And tripped over the issue. I have not used Ubuntu 24.x yet, so ran into a few quirks I have not experienced with Debian 12. I will post steps... if I figure it out. :)
My activated python virtual environment is functional and other installations of modules in the environment work without error, but not your module....
I can install module globally via...
However, that is not applicable to the virtual environment model, thus does not solve the core issue.
Environment is Ubuntu 24.0...