-
Notifications
You must be signed in to change notification settings - Fork 103
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
OS errors when generating polls and other errors #84
Comments
The |
How can I use 32-bit runtime with these challenges? |
That depends on what you're doing. Did you intend to build these challenges as 32-bit? If you did, then you'll need to run a 32-bit userspace (including 32-bit Python, since you're loading into a Python interpreter). If you don't actually need them to be 32-bit, you should remove whatever build flag is causing that (everything should be 64-bit by default). |
There is no flag indicates 32bit in build script. How can I change the build.sh to build as 64bit? |
Ah, my bad -- it looks like the build does do everything as 32-bit. Hmm. Your best bet is probably to get a 32-bit build of Python. You might have to build it yourself, but Ubuntu (or whatever distro) should be able to supply you with all of the 32-bit dependencies via |
Thank you. But I don’t know what version of python to install that uses 32-bit. I would like you to give me a hand on this. |
That depends on your distribution. From the screenshots, it looks like you're using Ubuntu, so
I'm sorry, but I have limited bandwidth for supporting this repo. We mostly maintain it for our own purposes. It sounds like you're part of an undergraduate or graduate research group; you should consider asking for help from someone in your group. I'll leave this open for the time being, since others might be able to help. Best of luck. |
I have got this problem The following packages have unmet dependencies: |
Have you resolved the issue with the 32-bit python2 installation now? |
I am trying to generate polls for all the programs but I have encounter OSError for some challenges which prevent generating polls and some other errors. How can I fix these problems to generate polls?
These are some examples of many programs has same errors.
The text was updated successfully, but these errors were encountered: