Skip to content
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

Issue with github provider #60

Closed
brunosmmm opened this issue Oct 26, 2014 · 1 comment
Closed

Issue with github provider #60

brunosmmm opened this issue Oct 26, 2014 · 1 comment

Comments

@brunosmmm
Copy link

Hello, I was getting a warning: unknown provider 'github' that blocked me from doing anything with the program since it aborted at that point, not finding any more cores.

Upon further inspection of source code I found that the problem here in my sistem was caused by github.py trying to load URLError from urllib.error which is fine on python 3 but the default is 2.7 here, so I made this modification : http://pastebin.com/V0cEcnkF .

I am having other problems with fusesoc but I'll leave that for other issue later. Thanks.

@olofk
Copy link
Owner

olofk commented Oct 26, 2014

Whoops. Looks like I slipped up with my python 2 testing. Patch is applied and pushed. Thanks a lot, and keep reporting problems.

@olofk olofk closed this as completed Oct 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants