Closed GiuliaGualtieri closed 1 month ago
I have a similar issue. In setup.py, it states that the latest possible python version is 3.11. Would it be possible to support until 3.11.9 (or more)?
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 pip install packaging
first for Synthesizer.create("dpctgan", ...) to run properly.
Hello, thanks, now I can work on python 3.11. I close the issue then.
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