Andreas Kaae
07/19/2024, 1:41 PM%pip install nixtla
Then in a separate cell:
from nixtla import NixtlaClient
I get an error: TypeError: issubclass() arg 1 must be a class
.
What am I missing here? 😄Marco
07/19/2024, 2:31 PMtyping-inspect==0.8.0
typing_extensions==4.5.0
Haven't seen this problem yet, so bear with me a bit 😅José Morales
07/19/2024, 4:29 PMissubclass
in our codebase, so that may be coming from somewhere elseAndreas Kaae
08/23/2024, 9:55 AM