-
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
Arc Welder - error: subprocess-exited-with-error #21
Comments
there's probably a building error of a dependency, yeah. Look at what's failing. |
Here's the full failure, to be honest, I am not sure what it is trying to say. If it is referring to the most recent version of setuptools, I updated both it and PIP last night and both are at the latest available to it.
× python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. This is -- a caller that pip uses to run setup.py- It imports setuptools before invoking setup.py, to enable projects that directlyimport from
|
oh my, try inserting the log between "```" next time for better formatting It seems to be the Cython code that can't be compiled on the box (no proper compiler for mips arch). I think it needs to be cross compiled and that might be the only way. |
LOL, yup, I tried that double `s or triples strikeout the text. Anyhow, that's what I thought. PITA. |
I have tried various versions of the plugin from pip manually at the cmd line, and within octoprint. All fail to install with no error other than the above.
It is after the setup.py legacy starts, or, after building wheels (if wheel is installed). There is nothing in the logs or terminal to indicate which sub process.
Its probably related to compiling on the architecture as best guess.
Can provide a full copy and paste of the pip output if needed.
The text was updated successfully, but these errors were encountered: