Closed 0kit0 closed 5 years ago
Resolved by paying attention... I ran:
sudo apt-get update sudo apt-get upgrade sudo reboot
(I'm sure I had done this before, might have forgot to reboot!) Then:
sudo apt-get install liblzo2-dev sudo -H pip3 install python-lzo
All installed now :)
I'm glad you figured it out.
Hi I'm trying to install the python-lzo on a Raspberry Pi Zero W Running a fresh full installation of Raspbian-buster. Coincidentally I'm trying to get the same project running as the person who reported #39 I have installed the rest of the dependence for the project using the pip3 commands shown here. When I get to installing the python-lzo package I have tried the following commands:
pip3 install python-lzo sudo pip3 install python-lzo pip install python-lzo sudo pip install python-lzo
Each time I get the output shown below.
This is my first use of a Linux/Python environment, so I'm in over my head and can really only follow instructions, however I have other programming experience and probably have just enough knowledge to be dangerous :(
Any help would be greatly appreciated.
Paul P