Tool/software: Linux
Hello,
I am trying to bring-up AM5728 on Linux and run a bunch of python scripts but facing challenges and looking forward to your quick support.
Basically, I have followed the procedure to create the Linux build setup on Ubuntu 16.04, created micro-sd etc.
I needed python 3.6 (default was 2.7) and so installed manually.
Installed pip by using the following command -
root@am57xx-evm:/opt # python3.6 -m ensurepip --default-pip
root@am57xx-evm:/opt # pip3.6 --version
pip 9.0.1 from /usr/local/lib/python3.6/site-packages (python 3.6)
But I could not able to install using pip3.6 and it's throwing connection error.
root@am57xx-evm:/opt # pip3.6 install zmq
Collecting zmq
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xb5dbbc30>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/zmq/
Do I need to specify TI server details somewhere?
Could you please help?
I am looking forward to install the following packages -
root@am57xx-evm:/opt # cat requirements.txt
boto3==1.4.4
python-dotenv==0.6.4
zmq
pyyaml
appdirs==1.4.3
backports-abc==0.5
certifi==2017.4.17
matrix_io-proto==0.0.10
packaging==16.8
protobuf==3.3.0
pyparsing==2.2.0
pyzmq==16.0.2
singledispatch==3.4.0.3
six==1.10.0
tornado==4.5.1
pyserial
pypozyx==1.0.0
python-osc
numpy
opencv-python
matplotlib
lz4==0.10.1
pynput
requests
AWSIoTPythonSDK
multiprocess==0.70.5
Appreciate your quick response.
-Rj