DAE Import not working

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Cropduster
Posts: 16
Joined: Mon Jun 21, 2021 7:22 pm

DAE Import not working

Post by Cropduster »

Hi, I have seen several posts about DAE import not working and none of them reflect the error I have.
I'm using the following:
OS: Ubuntu 20.04.2 LTS (ubuntu:GNOME/ubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.
Build type: Release
Branch: unknown
Hash: 9e3b630bbfb6807e93eeffb655e6c20f218644fc
Python version: 3.8.5
Qt version: 5.12.8
Coin version: 4.0.0
OCC version: 7.5.1
Locale: English/United Kingdom (en_GB)

With FreeCAD 0.19 and with the libraries from previous post installed but I still get the following error:

20:03:30 Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/share/freecad/Mod/Arch/importDAE.py", line 112, in insert
read(filename)
File "/usr/share/freecad/Mod/Arch/importDAE.py", line 136, in read
col = collada.Collada(filename, ignore=[collada.DaeUnsupportedError])
<class 'AttributeError'>: module 'collada' has no attribute 'Collada'

Can anyone shed any light on what I need to do to import a DAE file created by SketchUp?
Post Reply