ValueError: need more than 3 values to unpack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Debian |
New
|
Undecided
|
Unassigned | ||
assimp (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Importing pyassimp will return a failure:
>>> import pyassimp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
from .core import *
File "/usr/lib/
class AssimpLib(object):
File "/usr/lib/
load, load_mem, release, dll = helper.
ValueError: need more than 3 values to unpack
It is caused by helper, which is not returning separate load and load_mem objects anymore.
---
lsb_release -rd
Description: Ubuntu 16.04 LTS
Release: 16.04
---
apt-cache policy python-pyassimp
python-pyassimp:
Instalados: 3.2~dfsg-3
Candidato: 3.2~dfsg-3
Tabla de versión:
*** 3.2~dfsg-3 500
500 http://
500 http://
100 /var/lib/
Related with that:
https:/ /bugs.launchpad .net/ubuntu/ +source/ assimp/ +bug/1473503/ comments/ 3