Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Pathlib3

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
Jcl2010
Posts: 2
Joined: 2019-08-27 17:11

Pathlib3

#1 Post by Jcl2010 »

Hi,

I am trying to install some applications on a clean installation of raspbian buster lite (2019-07-10 version) with the following command( see https://github.com/lephisto/tesla-apisc ... /README.md for the installation instructions):

sudo apt install python3 python3-pathlib python3-pip python3-influxdb

I get the error:
E: Unable to locate package python3-pathlib

What its wrong?
Can someone help me?

Jcl2010
Posts: 2
Joined: 2019-08-27 17:11

Re: Pathlib3

#2 Post by Jcl2010 »

Already solved...

It should have been: sudo apt install python3 python-pathlib python3-pip python3-influxdb

Post Reply