Skip to content

suds-jurko Problema de Importação #372

Open
@Beulke-Dono

Description

Estou tendo problemas com a importação da biblioteca suds-jurko.

Saída do comando: pip install suds-jurko

`error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [15 lines of output]
:99: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
:141: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        By 2024-Nov-15, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        ********************************************************************************

!!
C:\Users\Arthur\AppData\Local\Temp\pip-build-env-kv9msruf\overlay\Lib\site-packages\setuptools\_distutils\dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
error in suds-jurko setup command: use_2to3 is invalid.
[end of output]`

Tentei utilizar também: `pip install suds-jurko --user-deprecated=legacy-resolver`

`Collecting suds-jurko

Downloading suds-jurko-0.6.tar.bz2 (143 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [15 lines of output]
:99: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
:141: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

          ********************************************************************************
          Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
 
          By 2024-Nov-15, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.
          ********************************************************************************
 
  !!
  C:\Users\Arthur\AppData\Local\Temp\pip-build-env-kv9msruf\overlay\Lib\site-packages\setuptools\_distutils\dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
    warnings.warn(msg)
  error in suds-jurko setup command: use_2to3 is invalid.
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.`

Tentei também: pip install setuptools==58.2.0 para definir o setuptools para uma versão compatível, mas não tive sucesso.

Estou utilizando:

  • VSCode
  • Windows
  • Python 3.12.7

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions