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.
Running python3 setup.py install on latest develop:
Traceback (most recent call last):
File "setup.py", line 126, in <module>
setup(**setup_options)
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "setup.py", line 34, in run
self.run_command('generate_configuration_files')
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "setup.py", line 21, in run
generate_config_files()
File "/blockchain/source/develop/counterparty-cli-develop/counterpartycli/setup.py", line 142, in generate_config_files
from counterpartycli.server import CONFIG_ARGS as SERVER_CONFIG_ARGS
File "/blockchain/source/develop/counterparty-cli-develop/counterpartycli/server.py", line 10, in <module>
log.set_logger(logger)
AttributeError: 'module' object has no attribute 'set_logger'
The text was updated successfully, but these errors were encountered:
Running
python3 setup.py install
on latest develop:The text was updated successfully, but these errors were encountered: