-
Notifications
You must be signed in to change notification settings - Fork 132
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
hit ImportError: cannot import name 'WordNet' from 'wn' #65
Comments
I got the same error of "cannot import name 'WordNet' from 'wn'". And one more question, what is the wn? I do not find the definition of wn. |
I have solved this problem. It is because the version of 'wn' package is too high. I have degrade 'wn' to the version of 0.0.23, and it works |
This was fixed in 20885bf but, currently, only if you install from the source code. The last release on GitHub and version on PyPI do not include the change. |
I solved this issue by specifying the pywsd version for python3
|
This exact same issue is still hot. @goodmami: Is there a notion of when the fix will reach the package on GitHub and PyPI.org ? (Thanks to the code authors and contributors for making this available.) |
@Cbhihe I am not a maintainer of this project, so I cannot say. @alvations any chance we can get a new release on PyPI? It only needs to be the current code on GitHub plus a new version (also see #64; the 1.2.4 release on PyPI is from 2019 but the version string in the Git repository was only changed to 1.2.4 earlier this year). As mentioned on #68 (comment), we need a new version string, like 1.2.5 or 1.3. |
Worked |
@alvations pretty please? |
When running the example code given, hit above error.
The text was updated successfully, but these errors were encountered: