radroxx / fordswc

Emulation Ford Steering Wheel Controls buttons
0 stars 0 forks source link

petewall/platformio #1

Open QGB opened 1 year ago

QGB commented 1 year ago
# ls -alh /proc/1/fd
total 0
dr-x------ 2 root root  0 Oct  9 17:11 .
dr-xr-xr-x 9 root root  0 Oct  9 17:11 ..
lrwx------ 1 root root 64 Oct  9 17:11 0 -> /dev/pts/0
lrwx------ 1 root root 64 Oct  9 17:11 1 -> /dev/pts/0
lrwx------ 1 root root 64 Oct  9 17:14 10 -> 'socket:[985677]'
lrwx------ 1 root root 64 Oct  9 17:11 2 -> /dev/pts/0
lrwx------ 1 root root 64 Oct  9 17:11 3 -> 'socket:[981805]'
l-wx------ 1 root root 64 Oct  9 17:11 4 -> /root/.platformio/packages.lock
lrwx------ 1 root root 64 Oct  9 17:11 5 -> 'socket:[985660]'
lrwx------ 1 root root 64 Oct  9 17:11 6 -> 'socket:[985665]'
lrwx------ 1 root root 64 Oct  9 17:14 7 -> /root/.platformio/.cache/downloads/tmp3aojlmzr
l-wx------ 1 root root 64 Oct  9 17:11 8 -> /root/.platformio/.cache/downloads/f562a5efbff2dd960d201bd4cacaf7374f017037.lock
l-wx------ 1 root root 64 Oct  9 17:11 9 -> /root/.platformio/.cache/downloads/tmp3aojlmzr
QGB commented 1 year ago
root@ef1f1864c3db:/mnt/test/github/wi-se-sw# pip install -r requirements.txt                                                      
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (6.0)     
Collecting jinja2                                                                                                                  
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)                                                                                
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 219.4 kB/s eta 0:00:00                                                
Collecting jq                                                                                                                    
  Downloading jq-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (592 kB)                                          
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 592.3/592.3 KB 953.6 kB/s eta 0:00:00                                               
Collecting MarkupSafe>=2.0                                                                                                         
  Downloading MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)                                 
Installing collected packages: MarkupSafe, jq, jinja2                                                                           
Successfully installed MarkupSafe-2.1.1 jinja2-3.1.2 jq-1.3.0                                                                       
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead
: https://pip.pypa.io/warnings/venv                                                                                             
WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available.                                                  
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.                             
root@ef1f1864c3db:/mnt/test/github/wi-se-sw# find / -not \( -path "/mnt" -prune \)  -not \( -path "/home" -prune \)|grep jinja2       
find: ‘/proc/27/task/27/net’: Invalid argument                                                                                        
find: ‘/proc/27/net’: Invalid argument                                                  
find: ‘/proc/39/task/39/net’: Invalid argument                                               
find: ‘/proc/39/net’: Invalid argument                                                                 
find: ‘/proc/42/task/42/net’: Invalid argument                                           
find: ‘/proc/42/net’: Invalid argument                                               
/usr/local/lib/python3.9/site-packages/jinja2                                       
/usr/local/lib/python3.9/site-packages/jinja2/optimizer.py                                
/usr/local/lib/python3.9/site-packages/jinja2/utils.py                               
/usr/local/lib/python3.9/site-packages/jinja2/loaders.py                                 
/usr/local/lib/python3.9/site-packages/jinja2/async_utils.py                           
/usr/local/lib/python3.9/site-packages/jinja2/_identifier.py                          
/usr/local/lib/python3.9/site-packages/jinja2/sandbox.py                                 
/usr/local/lib/python3.9/site-packages/jinja2/meta.py                               
/usr/local/lib/python3.9/site-packages/jinja2/nodes.py                                
/usr/local/lib/python3.9/site-packages/jinja2/__init__.py                
/usr/local/lib/python3.9/site-packages/jinja2/runtime.py      
/usr/local/lib/python3.9/site-packages/jinja2/lexer.py                                                             
/usr/local/lib/python3.9/site-packages/jinja2/exceptions.py     
radroxx commented 1 year ago

I don't understand, what you want to do?