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
An error occurs when executing this line of code: abiopen.py tbase1_1.abo --expose --seaborn
Traceback (most recent call last):
File "/home/pc/.local/bin/abiopen.py", line 21, in
from abipy import abilab
File "/home/pc/.local/lib/python3.9/site-packages/abipy/abilab.py", line 50, in
from abipy.electrons.gwr import GwrFile
File "/home/pc/.local/lib/python3.9/site-packages/abipy/electrons/gwr.py", line 42, in
@dataclasses.dataclass(kw_only=True)
TypeError: dataclass() got an unexpected keyword argument 'kw_only'
The text was updated successfully, but these errors were encountered:
An error occurs when executing this line of code: abiopen.py tbase1_1.abo --expose --seaborn
Traceback (most recent call last):
File "/home/pc/.local/bin/abiopen.py", line 21, in
from abipy import abilab
File "/home/pc/.local/lib/python3.9/site-packages/abipy/abilab.py", line 50, in
from abipy.electrons.gwr import GwrFile
File "/home/pc/.local/lib/python3.9/site-packages/abipy/electrons/gwr.py", line 42, in
@dataclasses.dataclass(kw_only=True)
TypeError: dataclass() got an unexpected keyword argument 'kw_only'
The text was updated successfully, but these errors were encountered: