FabriceSalvaire/CodeReview

installation via pip doesn't install requirements

edgimar opened this issue · 3 comments

Apparently there is a problem with how or where the requirements are currently specied -- when I run pip3 install CodeReview, none of the missing dependencies get installed (e.g. yaml, PyQt5, etc.).

Yes there is a typo

Todo: fix setup_data.py requires -> install_requires

I have the same issue. I've tested it on almost plain Ubuntu install, python3.6 packages are:

$ apt search python3.6 | grep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libpython3.6/yakkety,now 3.6.0~b2-1 amd64 [installed,automatic]
libpython3.6-dev/yakkety,now 3.6.0~b2-1 amd64 [installed,automatic]
libpython3.6-minimal/yakkety,now 3.6.0~b2-1 amd64 [installed,automatic]
libpython3.6-stdlib/yakkety,now 3.6.0~b2-1 amd64 [installed,automatic]
python3.6/yakkety,now 3.6.0~b2-1 amd64 [installed]
python3.6-dev/yakkety,now 3.6.0~b2-1 amd64 [installed]
python3.6-minimal/yakkety,now 3.6.0~b2-1 amd64 [installed,automatic]
python3.6-venv/yakkety,now 3.6.0~b2-1 amd64 [installed]

And, OS version:

$ cat /etc/os-release | grep NAME
NAME="Ubuntu"
PRETTY_NAME="Ubuntu 16.10"
VERSION_CODENAME=yakkety
UBUNTU_CODENAME=yakkety

I ran it in venv (python3.6 -m venv __venv__)

fixed in 28ff141

uploaded new version