You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
It works well with Python3.7 though.
Is there any workaround to get fuzzywuzzy to work in Python3.8? Any help in this regard would be really appreciated.
Big fan!
The text was updated successfully, but these errors were encountered: