Closed sam3ay closed 4 years ago
I'm also getting this issue. So far by replacing references to async in __init__.py, _async.py and __lambdajob.py to asynchron I've managed to get it to import. I have yet to determine if this will cause any issues down the line.
@QuinRiva Could you provide more details? I've replaced all references to async in the modules you listed and I still get this error:
@QuinRiva Could you provide more details? I've replaced all references to async in the modules you listed and I still get this error:
Sorry, it looks like the issues are somewhat more extensive. I would be good to determine if this is a live project, as currently many of the dependencies are wildly outdated - in thus incompatible with many of Google's other libraries.
I'm also facing the same problem. :(
same problem here.
same problem here.
from datalab import storage as storage
File "/env/local/lib/python3.7/site-packages/datalab/storage/init.py", line 16, in
I got error when using python3.7
from google import datalab from datalab.context import Context import google.datalab.storage as storage import google.datalab.bigquery as bq
any body still have same problem ?
Bug: Importing the datalab module fails in python 3.7
Steps to Reproduce:
Expected: Successful import
Stack Trace:
Notes: Previous versions of python successfully imported datalab, so I'm assuming it's caused by async being a keyword in Python 3.7 hence the syntax error.