ImportError: cannot import name profanity
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 25/100
Research direction
Reproduce the reported pip installation and the import shown in the traceback, using the example file path and statement from the issue. Compare the local module name with the installed library and determine whether the package or its usage is responsible; done means the documented import works without ImportError.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- Python
- Stars
- 63
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ben174/profanity
All issues in ben174/profanity
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100