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
I am getting this error from ansys-dpf-core, which didn't use to be there.
...
File "~\python\lib\site-packages\ansys\dpf\core\__init__.py", line 101, in <module>
settings.set_default_pyvista_config()
File "~\python\lib\site-packages\ansys\dpf\core\settings.py", line 35, in set_default_pyvista_config
pv.rcParams["interactive"] = True
File "~\python\lib\site-packages\pyvista\__init__.py", line 95, in __getattr__
raise AttributeError(f"module 'pyvista' has no attribute '{name}'") from None
AttributeError: module 'pyvista' has no attribute 'rcParams'
Could it be a version related problem? I didn't use to have that problem when I was in Python3.9 but now in Python 3.10 I installed more recent packages.
PYTHON PACKAGES IN PYTHON 39
ansys_dpf_core-0.4.2.dist-info
pyvista-0.33.3.dist-info
PYTHON PACKAGES IN PYTHON 310
ansys_dpf_core-0.8.1.dist-info
pyvista-0.41.1.dist-info
Maybe I mismatched versions. Which pyvista version goes with which ansys-dpf-core version?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am getting this error from ansys-dpf-core, which didn't use to be there.
Could it be a version related problem? I didn't use to have that problem when I was in Python3.9 but now in Python 3.10 I installed more recent packages.
PYTHON PACKAGES IN PYTHON 39
ansys_dpf_core-0.4.2.dist-info
pyvista-0.33.3.dist-info
PYTHON PACKAGES IN PYTHON 310
ansys_dpf_core-0.8.1.dist-info
pyvista-0.41.1.dist-info
Maybe I mismatched versions. Which pyvista version goes with which ansys-dpf-core version?
Beta Was this translation helpful? Give feedback.
All reactions