-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Windows] Build errors when running clean step #126
Comments
btw this is on windows, sorry. I'll give any other information you need. |
That's an issue with the As an aside, the focus for v0.6.0 is to move away from termbox, which will remove this "build within a build" process, which has been quite problematic. |
I'll try when I can. Thank you. |
stack backtrace: |
@Silicasandwhich That's because you have unsupported version of Python (probably 3.7).
and i have
That's all, now you can call |
So you have to use python 2.7? Good to know. Thanks. |
@Silicasandwhich essentially any version of Python prior to 3.7. For most distros, that's Python 2.x as you don't have much control over point releases, and 3.7 has been out since June. |
Ok. This particular machine was running Windows, so... Wait. Oh, I know why it isn't working now! rm -rf termbox wouldn't work in cmd, so the build failed! Is that maybe what happened? |
@Silicasandwhich likely. The |
Ok. I'll try running it on the wsl and see if it works. Otherwise it'd be fine as I use my laptop for programming primarily, and that's running Linux. |
I get an error when the build process runs "rm" "-rf" ".termbox"
stderr:
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', libcore\result.rs:1009:5The text was updated successfully, but these errors were encountered: