I work in anaconda (python 3.4) and I'm using Linux Min 18.
I tried to get the module jpy
with pip install -i https://pypi.anaconda.org/pypi/simple jpy
, but I got the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-p2voq_f8/jpy/setup.py", line 100, in <module>
with open('README.rst') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'
And I know what the problem is, but not how to solve it. I tried to update my setuptools with pip install -U setuptools pip
but the main problem is still there. And to google it was not helpful for me.
Any ideas? Thank you.
grabbed from github:
First download the repository
https://github.com/bcdev/jpy