-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Python 3.11 #600
Comments
I have a similar issue. |
The issue here is that we have a dependency on Torch <2.0.0, and these older versions do not support newer Python. We need torch only for the DP-GAN and PATE-GAN, and were planning to deprecate the DP-GAN variants anyway. Will investigate porting PATE-GAN and PATE-CTGAN to torch >=2.0.0. |
OK, version 1.0.4 is published to PyPi and should support Python 3.11. Please report back if you encounter any issues |
That's great! Thank you |
It works with python 3.11.9 but just FYI in one of my environment I had to do |
Hello, thanks, now I can work on python 3.11. |
Description
If I create an environment with python version 3.11 and I try to install the
smartnoise-synth
package, I got anERROR
: no versions available for that package.Command Line Example
then I got
The text was updated successfully, but these errors were encountered: