5 ms·
Seems like __version__.py is missing after a recent commit.
by mteoharov 5y ago
Seems like __version__.py is missing after a recent commit.
- cobbaut 5y agoSeems 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'
- yashwastaken 5y agoI'm really sorry i was actually removing the __version__.py but forgot to remove the code from setup.py. You can try again.
- cobbaut 5y agoIt is fixed, thanks.