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
Installed via pip3 install --user gay, then ran gay -h | gay and got the following trace:
Traceback (most recent call last):
File "/home/duncan/.local/bin/gay", line 6, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
Traceback (most recent call last):
File "/home/duncan/.local/bin/gay", line 6, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
So I went ahead and installed dataclasses with pip3 install --user dataclasses, which fixed it.
The text was updated successfully, but these errors were encountered:
Installed via
pip3 install --user gay
, then rangay -h | gay
and got the following trace:So I went ahead and installed dataclasses with
pip3 install --user dataclasses
, which fixed it.The text was updated successfully, but these errors were encountered: