Missing Files on Adafruit's server?

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
UnH0LY1
 
Posts: 9
Joined: Tue Oct 12, 2021 1:26 am

Missing Files on Adafruit's server?

Post by UnH0LY1 »

Tried installing something and this is the error i get. Are there some support files missing on your server?
I did copy and paste directly from your website either manually or by clicking copy link.
Here is a picture, please advise

https://drive.google.com/file/d/1JR4MDu ... sp=sharing


User avatar
dastels
 
Posts: 15666
Joined: Tue Oct 20, 2015 3:22 pm

Re: Missing Files on Adafruit's server?

Post by dastels »

It's unlikely anyone is going to click an unknown link. Embed/attach the image, or copy/paste the text of the error.

Dave

User avatar
UnH0LY1
 
Posts: 9
Joined: Tue Oct 12, 2021 1:26 am

Re: Missing Files on Adafruit's server?

Post by UnH0LY1 »

dastels wrote:It's unlikely anyone is going to click an unknown link. Embed/attach the image, or copy/paste the text of the error.

Dave
How about you travel to this site and check your files for 2.8" and 3.5" screens?
link in my previous post is to a jpg on google drive

https://learn.adafruit.com/adafruit-pit ... -2038256-6

User avatar
UnH0LY1
 
Posts: 9
Joined: Tue Oct 12, 2021 1:26 am

Re: Missing Files on Adafruit's server?

Post by UnH0LY1 »

dastels wrote:It's unlikely anyone is going to click an unknown link. Embed/attach the image, or copy/paste the text of the error.

Dave

There Ya go!

pi@pix:~ $ sudo python3 adafruit-pitft.py --display=35r --rotation=90 --install-type=console
python3: can't open file 'adafruit-pitft.py': [Errno 2] No such file or directory
pi@pix:~ $ sudo python3 adafruit-pitft.py --display=28c --rotation=90 --install-type=console
python3: can't open file 'adafruit-pitft.py': [Errno 2] No such file or directory
pi@pix:~ $

User avatar
UnH0LY1
 
Posts: 9
Joined: Tue Oct 12, 2021 1:26 am

Re: Missing Files on Adafruit's server?

Post by UnH0LY1 »

dastels wrote:It's unlikely anyone is going to click an unknown link. Embed/attach the image, or copy/paste the text of the error.

Dave

What about this one?

pi@pix:~ $ cd ~
pi@pix:~ $ sudo python3 adafruit-pitft.py
python3: can't open file 'adafruit-pitft.py': [Errno 2] No such file or directory
pi@pix:~ $

User avatar
adafruit2
 
Posts: 22148
Joined: Fri Mar 11, 2005 7:36 pm

Re: Missing Files on Adafruit's server?

Post by adafruit2 »

you need to run

Code: Select all

cd ~
sudo apt-get install -y git python3-pip
sudo pip3 install --upgrade adafruit-python-shell click
git clone https://github.com/adafruit/Raspberry-Pi-Installer-Scripts.git
cd Raspberry-Pi-Installer-Scripts
first, to download the code

User avatar
UnH0LY1
 
Posts: 9
Joined: Tue Oct 12, 2021 1:26 am

Re: Missing Files on Adafruit's server?

Post by UnH0LY1 »

Thank You

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”