Giter VIP home page Giter VIP logo

Comments (2)

baryluk avatar baryluk commented on May 24, 2024

Same issue here using pysimplesoap 1.16.2:

/usr/lib/python3/dist-packages/pysimplesoap/transport.py:109: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
  if 'timeout' in inspect.getargspec(httplib2.Http.__init__)[0]:

from pysimplesoap.

jelmer avatar jelmer commented on May 24, 2024

inspect.getargspec is completely gone in 3.11, breaking pysimplesoap:

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [13 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-ra2sor70/pysimplesoap_fb71047d4ddf4e38bb661dca2aae5304/setup.py", line 15, in <module>
          from pysimplesoap import __version__, __author__, __author_email__, __license__
        File "/tmp/pip-install-ra2sor70/pysimplesoap_fb71047d4ddf4e38bb661dca2aae5304/pysimplesoap/__init__.py", line 16, in <module>
          from . import client, server, simplexml, transport
        File "/tmp/pip-install-ra2sor70/pysimplesoap_fb71047d4ddf4e38bb661dca2aae5304/pysimplesoap/client.py", line 33, in <module>
          from .transport import get_http_wrapper, set_http_wrapper, get_Http
        File "/tmp/pip-install-ra2sor70/pysimplesoap_fb71047d4ddf4e38bb661dca2aae5304/pysimplesoap/transport.py", line 109, in <module>
          if 'timeout' in inspect.getargspec(httplib2.Http.__init__)[0]:
                          ^^^^^^^^^^^^^^^^^^
      AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
      [end of output]

from pysimplesoap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.