NotImplementedError: unknown URI scheme 'gs' in 'gs://...import smart_open
smart_open.open('gs://...')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\path\to\anaconda3\envs\test\lib\site-packages\smart_open\smart_open_lib.py", line 308, in open
errors=errors,
File "C:\path\to\anaconda3\envs\test\lib\site-packages\smart_open\smart_open_lib.py", line 490, in _shortcut_open
parsed_uri = _parse_uri(uri)
File "C:\path\to\anaconda3\envs\test\lib\site-packages\smart_open\smart_open_lib.py", line 737, in _parse_uri
"unknown URI scheme %r in %r" % (parsed_uri.scheme, uri_as_string)
NotImplementedError: unknown URI scheme 'gs' in 'gs://...'
1.9.0
CC @petedannemann is this expected?
@yongyct the GCS feature for smart_open has not yet been officially released and is not yet on Pypi. If you want to use GCS functionality please pip install from github:
pip install git+https://github.com/RaRe-Technologies/smart_open
@petedannemann hi, when can we expect a new pypi release?
CC @mpenkov .
@mpenkov can we close this since you just released a new version with the GCS feature?
Yes, I think closing this is appropriate.
Most helpful comment
CC @mpenkov .