Hi,
I made modifications to the code and created a distribution using "python sdist" command which created jhub_remote_user_authenticator-0.1.2.tar.gz.
When I try install this via pip I get following error. Any idea on how to resolve this issue?
Processing /tmp/jhub_remote_user_authenticator-0.1.2
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-i0t6gphl/setup.py", line 23, in <module>
with open(pjoin(here, 'version.py')) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-i0t6gphl/version.py'
Hi,
I made modifications to the code and created a distribution using "python sdist" command which created jhub_remote_user_authenticator-0.1.2.tar.gz.
When I try install this via pip I get following error. Any idea on how to resolve this issue?