pip install isatools
2.
git clone -b tests --single-branch http://github.com/ISA-tools/ISAdatasets tests/data
3.
python setup.py test
After the third step I get informed there is no such file: $ python setup.py test
python: can't open file 'setup.py': [Errno 2] No such file or directory
I don't understand why not even the tests work and I would appreciate if someone could point me on a fix or a better manual. I tried a lot of other things like earlier/later versions, renewing scripts and so on, but I always reach fast the point when files are missing or can't be installed, like
pip install -r requirements.txt
Thank you and best wihes
Lars
Hi Lars,
Prelim: I’m not a Python expert and have not used isatools…
If you’re running Linux and installed python 3.x, you need to install all the modules into python 3. Linux typically comes with python 2 and that is the default. When you run pip you could be installing the modules in to the python 2 location rather than python 3 (or, potentially, the other way round). Try using python3 rather than python and pip3 rather than pip.
Generally it is not a good idea to install anything into the system python environment.
https://realpython.com/blog/python/python-virtual-environments-a-primer/
Of course this may have nothing whatsoever to do with your problem J
Best wishes,
Alex
--
--
--
You received this message because you are subscribed to the Google
Groups "ISAforum" group.
To post to this group, send email to isaf...@googlegroups.com
To unsubscribe from this group, send email to
isaforum+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/isaforum?hl=en-GB
Visit the ISA tools website at http://isa-tools.org and http://isacommons.org
---
You received this message because you are subscribed to the Google Groups "ISAforum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isaforum+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.