turbaszek commented on pull request #89:
URL: https://github.com/apache/kibble/pull/89#issuecomment-717755549


   Also the click library should be added to required dependencies in 
`setup.py`:
   ```
   ➜ kibble version
   Traceback (most recent call last):
     File "/Users/turbaszek/.pyenv/versions/kibble/bin/kibble", line 33, in 
<module>
       sys.exit(load_entry_point('apache-kibble', 'console_scripts', 
'kibble')())
     File "/Users/turbaszek/.pyenv/versions/kibble/bin/kibble", line 25, in 
importlib_load_entry_point
       return next(matches).load()
     File 
"/Users/turbaszek/.pyenv/versions/3.8.0/lib/python3.8/importlib/metadata.py", 
line 75, in load
       module = import_module(match.group('module'))
     File 
"/Users/turbaszek/.pyenv/versions/3.8.0/lib/python3.8/importlib/__init__.py", 
line 127, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
     File "<frozen importlib._bootstrap>", line 991, in _find_and_load
     File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 783, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in 
_call_with_frames_removed
     File "/Users/turbaszek/code/kibble/kibble/__main__.py", line 17, in 
<module>
       import click
   ModuleNotFoundError: No module named 'click'
   ```
   Adding this `click==7.1.2` to setup.py  `INSTALL_REQUIREMENTS` should solve 
the issue 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to