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 fails with pip install #199

Open
SamBryce-Smith opened this issue May 11, 2020 · 2 comments
Open

Setup fails with pip install #199

SamBryce-Smith opened this issue May 11, 2020 · 2 comments

Comments

@SamBryce-Smith
Copy link

Hi,

I've tried to install iCount through pip and I'm getting the following error. It is consistent across using pip or pip3 to install (my python versions are 2.7 & 3.6)

pip install icount
Collecting icount
Using cached https://files.pythonhosted.org/packages/87/1b/785202907a94d2c2968727a48bac503f03e236f5b11bcc31bc2a0c3ab826/iCount-2.0.0.tar.gz
Complete output from command python setup.py egg_info:
error in iCount setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed

For what it's worth, the Docker image works perfectly (but for sake of simplicity and flexibility it would be useful to be able to install iCount via pip so it can be incorporated into conda environments).

Thanks for your time and all the best,
Sam

@thoelken
Copy link

Same problem here. I would hugely prefer pip for its ease of use.

That said, I will try the docker approach next.

@liviu-
Copy link

liviu- commented Jun 10, 2022

I got the same for the PyPI version, but this worked for me:

$ git clone https://github.com/tomazc/iCount 
$ cd iCount
$ python3 -m pip install --user .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants