Author

Topic: Getting error on running "python armoryd.py" (Read 155 times)

newbie
Activity: 15
Merit: 0
December 20, 2018, 08:32:40 PM
#3
we are using the version Python 2.7.12
legendary
Activity: 1624
Merit: 2481
December 20, 2018, 03:59:13 AM
#2
What version of armory are you running ? The latest is 0.96.4 and can be downloaded from https://btcarmory.com/ (only).

Also, did you make sure to run it with python2 instead of python3 ?Because it is written using python 2.

You can check this by typing the following into a terminal:
Code:
python --version

If it returns 2.X.X, you are fine. If it returns 3.X.X, you need to explicitly call it by using:
Code:
python2 armoryd.py

You can check whether python2 is correctly installed by typing:
Code:
python2 --version

This should return 2.x.x
newbie
Activity: 15
Merit: 0
December 18, 2018, 05:30:08 AM
#1
IOError: [Errno 2] No such file or directory: '.git/aa72293f82c3ef3f1d29f93c83ad70099f4'
/home/techjini
(ERROR) ArmoryUtils.py:3747 - Unsupported language  specified. Defaulting to English (en)
(ERROR) Traceback (most recent call last):
  File "armoryd.py", line 3629, in
    rpc_server = Armory_Daemon()
  File "armoryd.py", line 3129, in __init__
    if Cpp.BlockDataManagerConfig_testConnection(\
AttributeError: 'module' object has no attribute 'BlockDataManagerConfig_testConnection'

Traceback (most recent call last):
  File "armoryd.py", line 3629, in
    rpc_server = Armory_Daemon()
  File "armoryd.py", line 3129, in __init__
    if Cpp.BlockDataManagerConfig_testConnection(\
AttributeError: 'module' object has no attribute 'BlockDataManagerConfig_testConnection'
Jump to: