riah
March 4, 2023, 7:13pm
1
hi I am using pynqz2 board and I am trying to implement the below project:
In the readme, they has given a command to install the packages. But when I want to install, I am facing error.
The error is shown below:
Please help me with this. Due to this problem I am unable to complete my project.
1 Like
Hi @riah ,
Welcome to the PYNQ community.
It would appear that your board is not connected to the Internet. Your issue, is the same as this one
Hi everyone,
i would like to install google-cloud-storage to store pictures.
I can connect myself to the jupyter server : http://192.168.2.99:9090 .
I tried to install it with : pip3 install google-cloud-storage / pip install google-cloud-storage but I have got this mistake :
[cloud_problem]
I tried to reach google.com and add nameserver 8.8.8.8 in the resolv.conf file but I have this error : “ping: connect: Network is unreachable”
[ping_problem]
Best regards,
Lucas
Mario
riah
March 6, 2023, 1:42pm
3
Hi @marioruiz ,
My board is connected to the internet. But still I am facing the same problem.
The error message says that github.com cannot be resolved
, this is a clear indication of a network problem.
Either no Internet or DNS is not properly configured.
riah
March 6, 2023, 6:06pm
5
@marioruiz Thankyou, I rectified it and it’s working now.
1 Like
Can you clarify what rectify means in this context? This may help other people.
riah
March 7, 2023, 12:28pm
7
Sure @marioruiz .
I have connected to the network by changing my computer’s static IP address. Source from: Assign a static IP address — Python productivity for Zynq (Pynq)
Then I downloaded the zip file from the github link. After uploading it to my PYNQ Z2 board, I have used setup.py file to install the packages and modules required for the project.
command in the pynq terminal: python3 setup.py install
1 Like