Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants