News

Python Version python -m nuitka --version 0.6.18.4 Commercial: None Python: 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)] Flavor: Anaconda Python Executable: ...
I'm trying to install python-lzo on mac OS Sierra. I have used brew to install the c lzo library: brew update brew install lzo I then try and install python-lzo using a virtual environment and pip: $ ...