-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OctoWrt Install error #14
Comments
Thanks for the quick reply. Yes I have. I attempted to rerun that command and I get: root@OctoWrt:~# cd /tmp python3.9-regex-2022.1.18+net 100%[=================================================>] 235.86K --.-KB/s in 0.08s 2022-02-13 15:41:46 (2.93 MB/s) - 'python3.9-regex-2022.1.18+netifaces-0.11.0_mipsel_24kc.ipk' saved [241522/241522] root@OctoWrt:/tmp# opkg install *.ipk
|
do |
Looks like that did the trick, Thank you so much! |
First, thank you for your work on this project.
I am fairly new to this, and followed your instructions provided to the letter. However, I constantly get the following error on the install:
8e16642c96758cd231d9595ab90912c91b282
Stored in directory: /tmp/.cache/wheels/b7/a5/c4/504d913c2a55bb09c607541578ec5f844d1ff33467abe93ba5
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for regex (setup.py) ... error
ERROR: Failed building wheel for regex
Running setup.py clean for regex
Successfully built blinker emoji future pylru PyYAML
Failed to build regex
Installing collected packages: regex, pyserial, pylru, pkginfo, OctoPrint-PiSupport, OctoPrint-FirmwareCheck, OctoPrint-FileCheck, netaddr, filetype, emoji, colorlog, cachelib, blinker, PyYAML, pathvalidate, markdown, future, feedparser, Flask-Login, Flask-Babel, Flask-Assets, Octoprint
error: subprocess-exited-with-error
× Running setup.py install for regex did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Running setup.py install for regex ... error
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> regex
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
I am afraid I do not know enough about Python to figure out what is going wrong. It appears everything else installs correctly. Can you help?
The text was updated successfully, but these errors were encountered: