-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Why i can't load model on Python 3.6 version? #1970
Comments
Hello @simongeek,
|
I had a similar problem like this; |
Hello @gilgarad, |
I solved it by making them using all same version |
I meet the same problem. |
@narrowsnap maybe you'll give me needed information #1970 (comment)? |
I also encountered the same problem. Did you solve it? |
Hello @li-jy, we would like to fix it as soon as possible, but we can't reproduce an error now (not enough information), please share information suggested in #1970 (comment) with us |
continued in #2000 |
window 64,python3.6,gensim 3.40 aslo have the same problem.
AttributeError: 'Word2Vec' object has no attribute 'min_alpha_yet_reached' |
@zhangjiantong this was resolved in #2012 and will be available in next release |
@menshikh-iv I attempted to install gensim 3.5.0 from develop branch but it is still 3.4.0 I used the following, is that correct?
|
i am running python 3.6 ...i have gensim 3.4 ...did
|
Oh, i switched up Phrases with phraser. It should be: |
@gilgtc yes, that's correct (because of |
I have problem with loading model on Python 3.6 version:
On Python 3.5 it's all correct.
The text was updated successfully, but these errors were encountered: