LumaPictures/pymel

ImportError: /lib64/libnss3.so: version `NSS_3.22' not found

Closed this issue · 1 comments

pymel/core/__init__.py", line 15, in <module>
    import pymel.internal.factories as _factories
  File "/usr/autodesk/maya2022/lib/python3.7/site-packages/pymel/internal/factories.py", line 35, in <module>
    from . import apicache
  File "/usr/autodesk/maya2022/lib/python3.7/site-packages/pymel/internal/apicache.py", line 20, in <module>
    from pymel.api.plugins import mpxNamesToApiEnumNames
  File "/usr/autodesk/maya2022/lib/python3.7/site-packages/pymel/api/plugins.py", line 101, in <module>
    import maya.OpenMayaMPx as mpx
  File "/home/S/Maya_2022_DI/build/RelWithDebInfo/runTime/lib/python3.7/site-packages/maya/OpenMayaMPx.py", line 13, in <module>
ImportError: /lib64/libnss3.so: version `NSS_3.22' not found (required by /usr/autodesk/maya2022/bin/../lib/libQt5WebEngineCore.so.5)

Hi @jinfagang I'm going to need more info for this issue. The error suggests that your host OS does not have the version of libnss3 installed that is required by Qt5. This is not a pymel problem.