KlipperWrt icon indicating copy to clipboard operation
KlipperWrt copied to clipboard

installation errors oct 2022

Open cristiantrif opened this issue 1 year ago • 1 comments

Hello,

I have tried to install using the automation scripts (1_format_extroot.sh and 2_script_manual.sh)

Here are some errors I've got:

  • pip install streaming-form-data
root@OpenWrt:~# pip3 install streaming-form-data -v
Using pip 22.2.2 from /usr/lib/python3.10/site-packages/pip (python 3.10)
Collecting streaming-form-data
  Using cached streaming-form-data-1.11.0.tar.gz (93 kB)
  Running command pip subprocess to install build dependencies
  /usr/bin/python3: can't open file '/usr/lib/python3.10/site-packages/pip/__pip-runner__.py': [Errno 2] No such file or directory
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 2
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  full command: /usr/bin/python3 /usr/lib/python3.10/site-packages/pip/__pip-runner__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-v6e0mik_/overlay --no-warn-script-location -v --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel
  cwd: [inherit]
  Installing build dependencies ... error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 2
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.


  • pip install apprise -
Using cached PyYAML-6.0.tar.gz (124 kB)
 error: subprocess-exited-with-error
  • pip install msgpack error: subprocess-exited-with-error

cristiantrif avatar Oct 14 '22 23:10 cristiantrif

A fix will come this weekend hopefully

ihrapsa avatar Oct 15 '22 10:10 ihrapsa