Replies: 1 comment 2 replies
-
What version of Python are you using and what packages did you already have installed before trying to install |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
File "/Users/paigemin/opt/miniconda3/envs/thesis/lib/python3.9/site-packages/clu/parameter_overview.py", line 28, in
_ParamsContainer = dict[str, np.ndarray] | Mapping[str, Mapping[str, Any]]
TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'types.GenericAlias'
I'm getting the above error from the CLU package upon installing, and am not sure how to resolve it. Please help!
Beta Was this translation helpful? Give feedback.
All reactions