question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to manually install Armory SDK

See original GitHub issue

I am trying to manually install the Armory SDK through Python in a newer version of Blender 2.8 than the version that the SDK comes with. But I get the following errors:

Error: Traceback (most recent call last):
  File "/home/amir/.config/blender/2.80/scripts/addons/armory.py", line 205, in execute
    start.register(local_sdk=local_sdk)
  File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/start.py", line 22, in register
    arm.props_traits_props.register()
  File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/arm/props_traits_props.py", line 36, in register
    bpy.utils.register_class(ArmTraitPropList)
RuntimeError: Error: 'ArmTraitPropList' doesn't contain '_UL_' with prefix & suffix


location: /home/amir/Desktop/armory/blender-2.80/2.80/scripts/modules/bpy/ops.py:200


Traceback (most recent call last):
  File "<blender_console>", line 1, in <module>
  File "/home/amir/Desktop/armory/blender-2.80/2.80/scripts/modules/bpy/ops.py", line 200, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
  File "/home/amir/.config/blender/2.80/scripts/addons/armory.py", line 205, in execute
    start.register(local_sdk=local_sdk)
  File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/start.py", line 22, in register
    arm.props_traits_props.register()
  File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/arm/props_traits_props.py", line 36, in register
    bpy.utils.register_class(ArmTraitPropList)
RuntimeError: Error: 'ArmTraitPropList' doesn't contain '_UL_' with prefix & suffix


location: /home/amir/Desktop/armory/blender-2.80/2.80/scripts/modules/bpy/ops.py:200

And here are the steps I followed to install it:

1- copy Armory sdk into Blender’s directory 2- Execute the following commands in Blender’s Python console:

bpy.ops.preferences.addon_install(filepath='armsdk/armory/blender/addon/armory.py')
bpy.ops.preferences.addon_enable(module='armory')
user_prefs = bpy.context.preferences
addon_prefs = user_prefs.addons['armory'].preferences
addon_prefs.sdk_path = 'armsdk'
bpy.ops.arm_addon.start() #this throws and error

@luboslenco Am I doing something wrong?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

13reactions
BlackGoku36commented, Mar 28, 2019

I will try to fix few day 😉 if I can 👍

8reactions
BlackGoku36commented, Mar 29, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to manually install Armory SDK in Blender 2.8
I am trying to manually install the Armory SDK in a newer version (that the one that Armory 0.6 is coming with) of...
Read more >
Armoury Crate framework/core SDK updates failing to install?
For me, the latest Armory Crate caused one core to be completely consumed by a Windows WMI instrumentation service. I had to uninstall...
Read more >
How to install Armory 3D UPDATED - YouTube
In this video I will show you how to install armory 3d 2 different ways to avoid the Armory ... Your browser can't...
Read more >
Asus Armoury Crate Installation Problem? How to ... - YouTube
... a solution to Asus Armoury Crate Installation problems? and how to download & install the Arm... ... Your browser can't play this...
Read more >
How To Install Armory In Blender 2.8 - YouTube
Link to Blender: https://www.blender.org/Link to Armory : https://armory3d.org/ Join this channel to get access to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found