Smart_open: pip install smart_open[aws] gives smart-open 1.10.0 does not provide the extra 'aws'

Created on 7 Apr 2020  路  4Comments  路  Source: RaRe-Technologies/smart_open

Problem description

Hi all, I can't install the AWS extras. Thanks for any assistance.
The README says to run:

$ pip install smart_open[aws]  
Collecting smart_open[aws]
  Downloading smart_open-1.10.0.tar.gz (99 kB)
     |鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅| 99 kB 7.1 MB/s
  WARNING: smart-open 1.10.0 does not provide the extra 'aws'

But I get the above error.

Steps/code to reproduce the problem.

pip install smart_open[aws]

Versions

Tested on Ubuntu 18 LTS

Python 3.7.5 (default, Nov  7 2019, 10:50:52)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform, sys, smart_open
>>> print(platform.platform())
Linux-4.15.0-1063-aws-x86_64-with-Ubuntu-18.04-bionic
>>> print("Python", sys.version)
Python 3.7.5 (default, Nov  7 2019, 10:50:52)
[GCC 8.3.0]
>>> print("smart_open", smart_open.__version__)
smart_open 1.10.0

And Mac 10.15.4

Python 3.7.5 (default, Nov  1 2019, 02:16:32) 
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform, sys, smart_open
>>> print(platform.platform())
Darwin-19.4.0-x86_64-i386-64bit
>>> print("Python", sys.version)
Python 3.7.5 (default, Nov  1 2019, 02:16:32) 
[Clang 11.0.0 (clang-1100.0.33.8)]
>>> print("smart_open", smart_open.__version__)
smart_open 1.9.0
$ pip --version
pip 20.0.2 

The same occurs for pip install smart_open[aws]==1.9.0 etc...

Many Thanks

Most helpful comment

@mpenkov it seems like smart-open commonly get questions about unreleased features. Would it make sense to have a develop branch?

All 4 comments

The new extras feature are for the development version only. They haven't been released yet.

@mpenkov it seems like smart-open commonly get questions about unreleased features. Would it make sense to have a develop branch?

Yeah, I was just thinking the same thing.

Thanks guys.
Have found the README on the latest tagged version, will continue with that.
Awesome project, it's working a treat so far!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

prakharcode picture prakharcode  路  5Comments

piskvorky picture piskvorky  路  4Comments

dmcguire81 picture dmcguire81  路  5Comments

vuryleo picture vuryleo  路  6Comments

rileypeterson picture rileypeterson  路  4Comments