Hello,
After making install of Abaqus 2024 on Rocky Linux 8, I run the "verify" command to check and test.
=> abaqus verify -all -retainFiles -log -install -verbose
But all the Plugins traced back with an encoding error :
File "SMAPylModules/SMAPylDriverPy.m/src/driverEnv.py", line 384, in envRunFile
File "SMAPyrModules/SMAPyrUtilsPy.m/src/miscUtils.py", line 1778, in execfile
LookupError: unknown encoding: ISO-8859-1
Traceback (most recent call last):
File "SMAPylModules/SMAPylDriverPy.m/src/driverEnv.py", line 384, in envRunFile
File "SMAPyrModules/SMAPyrUtilsPy.m/src/miscUtils.py", line 1778, in execfile
File "/work/applis/abaqus/2024/linux_a64/SMA/site/abaqus_v6.env", line 22, in
importEnv('basic_v6.env')
File "/work/applis/abaqus/2024/linux_a64/SMA/site/abaqus_v6.env", line 17, in importEnv
exec(compile(open(env, "rb").read(), env, 'exec'), gdict, ldict)
File "/work/applis/abaqus/2024/linux_a64/SMA/site/basic_v6.env", line 4, in
doc_root = driverUtils.getDocConfig()
File "SMAPylModules/SMAPylDriverPy.m/src/driverUtils.py", line 2134, in getDocConfig
File "SMAPylModules/SMAPylDriverPy.m/src/driverUtils.py", line 2149, in getIniValue
File "/work/applis/abaqus/2024/linux_a64/tools/SMApy/python3.10/lib/python3.10/configparser.py", line 697, in read
with open(filename, encoding=encoding) as fp:
LookupError: unknown encoding: ISO-8859-1
Do you already know this error? or could you guide us in our search for a cause?
Thanks.
