turbaszek opened a new issue #38:
URL: https://github.com/apache/kibble/issues/38
It seems that I'm unable to install the Apache Kibble from sources:
```
➜ pip install -e setup/.
Obtaining file:///Users/tomaszurbaszek/kibble/setup
ERROR: Command errored out with exit status 2:
command: /Users/tomaszurbaszek/.virtualenvs/kibble/bin/python3.6 -c
'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'/Users/tomaszurbaszek/kibble/setup/setup.py'"'"';
__file__='"'"'/Users/tomaszurbaszek/kibble/setup/setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info
--egg-base
/private/var/folders/_j/9tm1bndd0x909p5l34tsg4mw0000gn/T/pip-pip-egg-info-n31j6zo4
cwd: /Users/tomaszurbaszek/kibble/setup/
Complete output (5 lines):
/Users/tomaszurbaszek/kibble/setup/setup.py:36: YAMLLoadWarning: calling
yaml.load() without Loader=... is deprecated, as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.
myyaml = yaml.load(open("kibble.yaml.sample"))
usage: setup.py [-h] [-e HOSTNAME] [-p PORT] [-d DBNAME] [-s SHARDS]
[-r REPLICAS] [-m MAILHOST] [-a] [-k]
setup.py: error: unrecognized arguments: egg_info --egg-base
/private/var/folders/_j/9tm1bndd0x909p5l34tsg4mw0000gn/T/pip-pip-egg-info-n31j6zo4
----------------------------------------
ERROR: Command errored out with exit status 2: python setup.py egg_info
Check the logs for full command output.
➜ cd setup
➜ pip install setup.py
ERROR: Could not find a version that satisfies the requirement setup.py
(from versions: none)
ERROR: No matching distribution found for setup.py
```
I'm happy to improve it but at first, I would like to make sure that it's a
real problem and not me.
----------------------------------------------------------------
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]