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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
counterparty-cli 1.1.3 has requirement requests==2.10.0, but you'll have requests 2.19.1 which is incompatible.
So, I ran the following command:
sudo pip3 install requests==2.10.0
After that, I try the below command and get an error:
$ sudo python3 setup.py install
Error:
File "/home/indiesquare/counterparty-cli/counterpartycli/setup.py", line 142, in generate_config_files
from counterpartycli.server import CONFIG_ARGS as SERVER_CONFIG_ARGS
File "/home/indiesquare/counterparty-cli/counterpartycli/server.py", line 10, in <module>
log.set_logger(logger)
AttributeError: module 'counterpartylib.lib.log' has no attribute 'set_logger'
Is there any other working branch or a workaround for this?
The text was updated successfully, but these errors were encountered:
There's the 1.1.4 tag on master which should be stable, and then there's the develop branch which should only be used with the corresponding develop branch on counterparty-lib. Try 1.1.4 before trying it out with the develop branch and let us know the result.
Excellent! Yeah, cli and lib versions aren't really mix and match, they go hand in hand with each other (they will eventually merge, when we get time tm)
This error might be similar to this one #81 , but is slightly different. I would like to write down the steps to reproduce this error.
OS: Ubuntu 16.04
bitcoin-cli: git tag: 1.1.3
At this point, I got this error
So, I ran the following command:
After that, I try the below command and get an error:
Error:
Is there any other working branch or a workaround for this?
The text was updated successfully, but these errors were encountered: