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
PyLuxCoreTools, from release 2.6 on Linux, pyenv 2.3.2, with Python 3.7.13 (installed pyside6, pyside2 with dependencies through pip).
$ pyenv shell 3.7.13 && python3 ./pyluxcoretools.zip
Traceback (most recent call last):
File "/home/d1nuc0m/.pyenv/versions/3.7.13/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/d1nuc0m/.pyenv/versions/3.7.13/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "./pyluxcoretools.zip/__main__.py", line 75, in <module>
File "./pyluxcoretools.zip/pyluxcoretools/pyluxcoremenu/cmd.py", line 39, in <module>
The data members `self.doc_header', `self.misc_header', and
File "/home/d1nuc0m/.pyenv/versions/3.7.13/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "./pyluxcoretools.zip/pyluxcoretools/pyluxcorenetnode/ui.py", line 26, in <module>
File "/home/d1nuc0m/.pyenv/versions/3.7.13/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ImportError: ./pyluxcore.so: undefined symbol: _Py_tracemalloc_config
The text was updated successfully, but these errors were encountered:
PyLuxCoreTools, from release 2.6 on Linux, pyenv 2.3.2, with Python 3.7.13 (installed pyside6, pyside2 with dependencies through pip).
The text was updated successfully, but these errors were encountered: