-
Notifications
You must be signed in to change notification settings - Fork 71
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
Problems running on Raspberry PI 2 #12
Comments
Is that Pi connected to the Internet? The current codebase downloads stuff every time it starts. Another possibility is the link it's hitting is dead, but it doesn't seem like a 404.. |
Yeah, It was just the internet connection. I retried it on different network and it works now. |
@Rantahu if you're comfortable with editing the source, you can bypass the network requirement.. ideally the request should be optional (I never liked that being a requirement), and the system should be okay with trying to locate that file (i.e. as long as the output file exists, it should be fine with loading it). |
I guess a try and except method would work. I'll work on it sometime soon... |
That and not being a mandatory call.. |
I'm getting this error when running
/run.sh -c -H20 -m0 -M mind/boot
The text was updated successfully, but these errors were encountered: