Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100092 > unrolled thread

python 3.5: upgrading smart_open package

Started byAnupam Mediratta <mediratta@gmail.com>
First post2015-12-07 22:45 +0530
Last post2015-12-07 22:45 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  python 3.5: upgrading smart_open package Anupam Mediratta <mediratta@gmail.com> - 2015-12-07 22:45 +0530

#100092 — python 3.5: upgrading smart_open package

FromAnupam Mediratta <mediratta@gmail.com>
Date2015-12-07 22:45 +0530
Subjectpython 3.5: upgrading smart_open package
Message-ID<mailman.21.1449508737.12405.python-list@python.org>
Hello,

I have to use python 3.5 in my use case and one of the packages I use
(gensim), in turn uses smart_open (https://github.com/piskvorky/smart_open/)

smart_open depends on boto and boto fails on my machine running ubuntu
15.10.

So in order for me to be able to run gensim, I need to be able to migrate
smart_open from boto to boto3 (boto3 works fine with python 3 and ubuntu
15.10).

There is an open github issue:
https://github.com/piskvorky/smart_open/issues/43

I am not sure how to go about doing this migration. If someone has any
directions or guidelines I will appreciate.

Thanks

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web