Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: python 3.5: upgrading smart_open package Date: Mon, 07 Dec 2015 18:47:52 +0100 Lines: 40 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de pQSeCHi0Eyw/iiEiUjb0DAeowoy1F+eaC85pEkHCe1yQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'badly': 0.07; 'cc:addr :python-list': 0.09; 'happen.': 0.09; 'issue:': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'url:github': 0.09; 'python': 0.10; 'url:)': 0.14; 'subject:python': 0.14; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'migration.': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'something.': 0.16; 'url:issues': 0.16; 'looked': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'machine': 0.21; 'cc:2**1': 0.22; 'do.': 0.22; 'dec': 0.23; 'thus': 0.24; 'mon,': 0.24; 'fine': 0.28; 'author,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'says': 0.32; 'run': 0.33; 'ubuntu': 0.33; 'open': 0.33; 'running': 0.34; 'something': 0.35; 'problem.': 0.35; 'but': 0.36; 'should': 0.36; 'needed': 0.36; 'depends': 0.36; 'subject:: ': 0.37; 'turn': 0.37; 'charset:us-ascii': 0.37; 'doing': 0.38; 'someone': 0.38; 'sure': 0.39; 'him': 0.60; 'header:Message-Id:1': 0.61; 'here.': 0.62; 'making': 0.62; 'url:%20': 0.63; 'header:In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1449510474; bh=LNb1xUlJ5MqoFxYbyWj+s6pGKPtjkSaI10psMsc+HIM=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=ExpgbRyc4HBtGMmAqaw/PbWRVtTnr2fwZJ3M5lg/KN+UfS1ARLIqQpZHrfAmTWcpI vlGOlX9gHDzVP5Gph4Pg/9OZ9G+69nLJi+K1Eh+4eA1lZcsL4QCqkm8N/bKDFgnwy4 ZAXuHWeWjU3oa1yfoxYGF4PvMpPWa2mwBjmmpjeQ= In-reply-to: Comments: In-reply-to Anupam Mediratta message dated "Mon, 07 Dec 2015 22:45:44 +0530." Content-ID: <11412.1449510472.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Mon, 07 Dec 2015 18:47:54 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100094 In a message of Mon, 07 Dec 2015 22:45:44 +0530, Anupam Mediratta writes: >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 You have a bad problem. https://github.com/piskvorky/smart_open/labels/help%20wanted is the other name of https://github.com/piskvorky/smart_open/issues/43 This issue is because the author of smart_open wishes very badly to move to boto3, but hasn't, because he wants help with something. Thus you cannot migrate until he does. You should send mail to the author, which I looked up for you and you can find here. http://radimrehurek.com/contact/ Tell him that you want smart_open to work with boto3, and that you want to help making that happen. Then see what he says is needed and see if that is something you can do. Laura