-
Notifications
You must be signed in to change notification settings - Fork 48
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
Commenting out ansipipe leads to an error. #43
Comments
It's probably best to try and get the full clone to work - from the log it looks like there was a github connection problem and quite probably more than just ansipipe could be missing. I'm not sure where the error you see comes from, but it doesn't look ansipipe-related. On my own Ubuntu machine, I don't see this error when I comment out ansipipe. If the clone doesn't work, you can install on Ubuntu from one of the .tgz releases, either the stable version 15.08.1 or the development version 16.12.0rc0 If it still crashes with the full install, could you attach the crash log? |
I tried https://github.com/robhagemans/pcbasic/releases/download/16.12.0rc0/pcbasic-16.12.0rc0.tgz , but I get the same error.
I have successfully installed xdg, serial, and parallel, but it still says serial and parallel are uninstalled. I installed e.g. using I could not install numpy because the process was killed for some unknown reason. |
The reason why clone of git://github.com/robhagemans/ansipipe.git doesn't work might be that some port is blocked. If it used https instead of git it would probably work. |
I just realised this is the same error as #45, which is linked to #24. In short: for the dev version, you need Python 2.7.12 or higher, and older Ubuntu doesn't have this. The stable version should work, though. Since this issue is covered by #24 I'm going to close it, but feel free to re-open if you see further issues. NB - You can run without I think If your firewall causes problems, the submodule address is set in |
Hi,
I tested this in Ubuntu in WSL (AKA BashOnWindows) on Windows 10 and it worked well! Now I wanted to test it on my web hotel https://www.one.com/ via
ssh
, but thengit clone --recursive
didn't work completely, see error below. The problems are with ansipipe. Since this web hotel doesn't have gcc I doubt that ansipipe could work even if I could download it because it seems to be a C program in source form. I saw you mentioned in #1 that ansipipe was not necessary and could be commented out. I did this in the file ./pcbasic/main.py , but that led to an error. I could typesystem
to quit BASIC.The text was updated successfully, but these errors were encountered: