Skip to content
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

suds-jurko Problema de Importação #372

Open
Beulke-Dono opened this issue Nov 11, 2024 · 0 comments
Open

suds-jurko Problema de Importação #372

Beulke-Dono opened this issue Nov 11, 2024 · 0 comments

Comments

@Beulke-Dono
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant