You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kibble.apache.org by GitBox <gi...@apache.org> on 2021/08/04 09:21:04 UTC

[GitHub] [kibble] haukesomm edited a comment on issue #7: Current installation instructions do not work

haukesomm edited a comment on issue #7:
URL: https://github.com/apache/kibble/issues/7#issuecomment-892503508


   I can confirm this. The instructions do not work for both the old kibble-1 project an this one.
   There is no `setup`-directory in this repo so I assume the guide is still written for the old repo. The `setup.py` in that repo fails as well, however. This is the error I get:
   ```
   Traceback (most recent call last):                                                                      
     File "setup/setup.py", line 35, in <module>                                                           
       mappings = json.load(open("mappings.json"))                                                         
   FileNotFoundError: [Errno 2] No such file or directory: 'mappings.json'
   ```
   
   The Docker installation instructions also don't work because neither repo contains a `docker-compose.yml` at this point in time.
   
   There should be a note in the documentation that it needs to be updated as it is quite confusing at the moment.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@kibble.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org