Hacker News new | ask | show | jobs
by mteoharov 1572 days ago
Seems like __version__.py is missing after a recent commit.
1 comments

Seems like yes:

$ python3 setup.py install Traceback (most recent call last): File "/home/x/git/fetch/fetch/setup.py", line 12, in <module> exec(open("fetch/__version__.py").read()) FileNotFoundError: [Errno 2] No such file or directory: 'fetch/__version__.py'

I'm really sorry i was actually removing the __version__.py but forgot to remove the code from setup.py. You can try again.
It is fixed, thanks.