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

CryptoUnavailableError: No crypto library available #69

Closed
KingsMentor opened this issue Oct 26, 2015 · 1 comment
Closed

CryptoUnavailableError: No crypto library available #69

KingsMentor opened this issue Oct 26, 2015 · 1 comment

Comments

@KingsMentor
Copy link

trying to use the library on google app engine and i run in this error:

File "C:\Users\BELVI-PC\Documents\Eclipse Projects\OpenTraffic\bigquery\client.py", line 97, in _get_bq_service

credentials = _credentials()(service_account, private_key, scope=scope)

File "C:\Users\BELVI-PC\Documents\Eclipse Projects\OpenTraffic\oauth2client\util.py", line 142, in positional_wrapper

return wrapped(*args, **kwargs)

File "C:\Users\BELVI-PC\Documents\Eclipse Projects\OpenTraffic\oauth2client\client.py", line 1622, in init

_RequireCryptoOrDie()

File "C:\Users\BELVI-PC\Documents\Eclipse Projects\OpenTraffic\oauth2client\client.py", line 1573, in _RequireCryptoOrDie

raise CryptoUnavailableError('No crypto library available')

CryptoUnavailableError: No crypto library available

@tylertreat
Copy link
Owner

See this related issue: #34

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