You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing in python 3 using pip: pip install -U https://github.com/bittorrent/btc/tarball/master
I get this error when trying to use help for the add command:
$ btc add --help
Traceback (most recent call last):
File "/usr/local/bin/btc", line 6, in <module>
from btc.btc import main
File "/usr/local/lib/python3.7/site-packages/btc/btc.py", line 7, in <module>
from .btclient import BTClient, BTClientError
File "/usr/local/lib/python3.7/site-packages/btc/btclient.py", line 233
f['progress'] = 0.0
^
TabError: inconsistent use of tabs and spaces in indentation
After installing in python 3 using pip:
pip install -U https://github.com/bittorrent/btc/tarball/master
I get this error when trying to use help for the add command:
The btclient.py file is the only offender:
The text was updated successfully, but these errors were encountered: