yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.58k stars 295 forks source link

ImportError: cannot import name 'ParamSpec' from 'typing_extensions' #52

Open 1808030112 opened 6 months ago

1808030112 commented 6 months ago

I used Python 3.8 and requirement. txt but encountered an import error. I have tried many versions of Python, but they all report different errors. ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (gxz_sde/lib/python3.8/site-packages/typing_extensions.py)

mengchuangji commented 6 months ago

I have the same problem, tensorflow and jax are not compatible