Trying to download Python libraries
The RTC Pi is a Real-time clock for the Raspberry Pi
26/02/2016
Posted by:
simonwoodhead
I have just set up my AB electronics account so that I can down load the Python libraries for the RTC and I received an error messageError in Pull functionI typed into the terminal window the following then my user ID and passwordgit clone https://github.com/abelectronicsuk/ABElectronics_Python_Libraries.git what do you think I have got wrong
26/02/2016
Posted by:
simonwoodhead
Quote from simonwoodheadI have just set up my AB electronics account so that I can down load the Python libraries for the RTC and I received an error messageError in Pull functionI typed into the terminal window the following then my user ID and passwordgit clone Also I tried "https://github.com/abelectronicsuk/ABElectronics_Python_Libraries.git ". what do you think I have got wrong
26/02/2016
Posted by:
simonwoodhead
Quote from simonwoodheadI also tried the Puthon 3 libraries and got the error message Repository not found
26/02/2016
Posted by:
andrew
Is the network connection working correctly on your Raspberry Pi?
I have just tried downloading the python 2 repositories to my Pi using "git clone https://github.com/abelectronicsuk/ABElectronics_Python_Libraries.git" and it worked correctly. You do not have to add a username and password after the command if you are copying the repository onto your Raspberry Pi.
If you keep having trouble using git clone then the other option is to use wget to download the zip file and extract it with the following commands:
wget https://github.com/abelectronicsuk/ABElectronics_Python_Libraries/archive/master.zip
unzip master.zip
I have just tried downloading the python 2 repositories to my Pi using "git clone https://github.com/abelectronicsuk/ABElectronics_Python_Libraries.git" and it worked correctly. You do not have to add a username and password after the command if you are copying the repository onto your Raspberry Pi.
If you keep having trouble using git clone then the other option is to use wget to download the zip file and extract it with the following commands:
wget https://github.com/abelectronicsuk/ABElectronics_Python_Libraries/archive/master.zip
unzip master.zip
26/02/2016
Posted by:
simonwoodhead
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view.
Download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.