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
When I install the library via pip and then try to implement the library to my problem I have an error
Traceback (most recent call last):
File "/home/buzyarsest/Downloads/training.dev/ipnd/profanity.py", line 1, in <module>
from profanity import profanity
File "/home/buzyarsest/Downloads/training.dev/ipnd/profanity.py", line 1, in <module>
from profanity import profanity
ImportError: cannot import name profanity
Great library by the way
The text was updated successfully, but these errors were encountered:
When I install the library via pip and then try to implement the library to my problem I have an error
Great library by the way
The text was updated successfully, but these errors were encountered: