Skip to content
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

Import fuzzywuzzy in python3.8 fails #302

Open
kshitij-netskope opened this issue Mar 10, 2021 · 1 comment
Open

Import fuzzywuzzy in python3.8 fails #302

kshitij-netskope opened this issue Mar 10, 2021 · 1 comment

Comments

@kshitij-netskope
Copy link

FuzzyWuzzy works well on python3.7.
And for some reason, python3.8 cannot see the fuzzywuzzy package.
Not sure what is going on. I am on Ubuntu 16.04 edition

bash$$ python3.8
Python 3.8.7 (default, Dec 21 2020, 21:23:03)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fuzzywuzzy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'fuzzywuzzy'
>>> exit()

It works well with Python3.7 though.

bash$$ python3.7
Python 3.7.4 (default, Sep  2 2019, 20:44:09)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fuzzywuzzy
>>>

Is there any workaround to get fuzzywuzzy to work in Python3.8? Any help in this regard would be really appreciated.

Big fan!

@shawnngtq
Copy link

@kshitij-netskope , I am using Python 3.9.2 with fuzzywuzzy 0.18. Perhaps you can consider updating your Python, not sure if the problem is specific to 3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants