boschmitt / tweedledum

C++17 Library for analysis, compilation/synthesis, and optimization of quantum circuits
MIT License
97 stars 36 forks source link

"license_file" will be deprecated 10/30/2023 (replaced with "license_files") #184

Open harold-i-kimmey opened 1 year ago

harold-i-kimmey commented 1 year ago

Is your feature request related to a problem? Please describe.

This pre-emptive feature request to avoid issues during future installations of tweedledum

Describe the solution you'd like

Not exactly sure what is needed to be don so that it doesn't break install during earlier versions of python, but imagine there is a way.

Describe alternatives you've considered

N/A

Additional context

The following appears during the installation of tweedledum: The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.

AadiTiwar1 commented 1 year ago

Having a simillair issue, trying to install Tweedledum to use with Torchquantum, recieving the error of


          The license_file parameter is deprecated, use license_files instead.

          By 2023-Oct-30, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************
nestabentum commented 1 year ago

Having a simillair issue, trying to install Tweedledum to use with Torchquantum, recieving the error of

          The license_file parameter is deprecated, use license_files instead.

          By 2023-Oct-30, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

The same issue currently prevents me from starting development on a new project. Is there a temporary workaround?