I am trying to install SDV package using pip install sdv , but without success.
final part of the error log :
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> scipy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
I tried installing scipy seperatly with pip, same issue.
The current release
SDV 0.17.0does not supportpython 3.10. If you are using apython 3.10version, downgrade your working environment topython 3.9.Currently
sdv 0.17.0supportspython 3.6 3.7 3.8 and 3.9.