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

setup.py install bug #18

Closed
jkterry1 opened this issue May 2, 2019 · 1 comment
Closed

setup.py install bug #18

jkterry1 opened this issue May 2, 2019 · 1 comment
Labels
wontfix This will not be worked on

Comments

@jkterry1
Copy link
Contributor

jkterry1 commented May 2, 2019

See error below:

justinkterry@patternsearch:~/random-word$ sudo python3 setup.py install
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    import random_word
  File "/home/justinkterry/random-word/random_word/__init__.py", line 1, in <module>
    from .random_word import RandomWords
  File "/home/justinkterry/random-word/random_word/random_word.py", line 4, in <module>
    from . import config
ImportError: cannot import name 'config'
@vaibhavsingh97
Copy link
Owner

Hi 👋 @justinkterry. Thanks for stopping by and creating an issue 🙏🏻
You have to first add your API key in config.py. For your ref: https://github.com/vaibhavsingh97/random-word/blob/master/README.md#development

@vaibhavsingh97 vaibhavsingh97 added the wontfix This will not be worked on label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants