Closed brobr closed 4 years ago
Please file a bug on the new official repo: https://github.com/htseq/htseq Sorry about the inconvenience. Also include what warming you get.
Whell, that repo is novel (at least to me). Also, maybe you can move this there when you have set up an issues section. And the code example you find when you copy paste the link address; the links don't work here (anymore?)
Before advising others, you want to redirect them first: Please update on https://pypi.org/project/HTSeq/ Home-page liink: https://github.com/simon-anders/htseq
And under Project description Development: https://github.com/simon-anders/htseq
This issue is closed, but thank you for the advice.
Unfortunately I don't have time to reopen issues for people. Please open a new one on that repo as requested before, thank you for your understanding.
Hi, when I was building HTSeq completely from source, using
python3 setup.py install
, a warning popped up which could be related to this setuptools/pip issue: https://github.com/pypa/setuptools/issues/1458:It's put in their hands: https://github.com/pypa/setuptools/issues/2066
By doing so, I assumed there's no call for
pip
orpip2
during building the program with python3. Is that correct?