Open Radnartjie opened 2 years ago
Have You Tried Installing libxml2 and libxslt packages?
How do i go about installing these two packages? When i try using sudo apt-get or pip, nothing is found?
How do i go about installing these two packages? When i try using sudo apt-get or pip, nothing is found?
try this "sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev python-py" or you can try "sudo aptitude dronekit",this command can guide you to install dronekit.
I'm having a bit of trouble installing python dronekit on my raspberry pi 4B (8GB) (bullseye).
I know that dronekit does not support Python3, hence I am running a virtual python environement (dronekitty)
This is my terminal output: I'm having a bit of trouble installing python dronekit on my raspberry pi 4B (8GB) (bullseye).
I know that dronekit does not support Python3, hence I am running a virtual python environement (dronekitty)
What could i be doing wrong? I am pretty new to Linux.