tylertreat/BigQuery-Python

CryptoUnavailableError: No crypto library available

KingsMentor opened this issue · 1 comments

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

See this related issue: #34