-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install 'smart-open' using Pipenv - incompatible dependencies #227
Comments
Sorry, I'm moving this to the |
I too have the problem with
Specifically, notice that we have incompatible versions required:
I'm looking on |
Related ticket for tracking on |
We're in trouble ... @menshikh-iv ? It looks like
https://github.com/RaRe-Technologies/smart_open/blob/master/setup.py#L54 While
|
Fixed in #232, let me release this bugfix as |
Version |
Thank you for this!! For anyone else watching this issue, I had to run |
Confirming the problem is solved. I no longer get the error I got before I opened this issue. 🎉 Thank you for the swift work 🙌 |
Ivan is an unstoppable release tornado this week 🌪 Thanks @menshikh-iv! |
hello everyone. I tried to import gensim in python and am faced with the following error.. please help me. It's urgent as I am working on my internship project. AttributeError: module 'smart_open' has no attribute 'local_file' Thanks in advance |
@shubhangi-bajpai Please make a new ticket and fill in the template, including the version you're using, etc. |
I am using Python 3.7 and Pipenv to manage the dependencies.
I am starting from scratch in a new folder with
This is supposed to create a new virtual environment using Python3, install
smart-open
and... that's it. However, it cannot lock the dependencies and returnsFurther inspection
returns
The text was updated successfully, but these errors were encountered: