bitbot-irc / bitbot

https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suds-jurko error with fresh install

neurosnap opened this issue · comments

Greetings! I was trying to install this package locally and ran into an error with suds-jurko.

pypi: https://pypi.org/project/suds-jurko/
repo: https://bitbucket.org/jurko/suds

It looks like the repo has now been deleted.

python --version
  v3.10.6
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Collecting suds-jurko==0.6
  Using cached suds-jurko-0.6.zip (255 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      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.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

I wonder if the original suds would be sufficient for this project now?

uh oh. i'll take a look

We've removed the dependency from the develop branch

see 6e808e2 and c4a3043