Skip to content

Version 0.10.0 does not provide extra "soap_api" #74

@LuisCebrian

Description

@LuisCebrian

I'm trying to use the soap api in version 0.10.0 but when I install it with pip (pip install netsuite[soap_api]) it says the following:

Collecting netsuite[soap_api]
  Using cached netsuite-0.10.0-py3-none-any.whl (24 kB)
  WARNING: netsuite 0.10.0 does not provide the extra 'soap_api'
....

And when I try to call the soap api I get the following error:

RuntimeError: Missing required dependencies for SOAP Web Services API support. Install with `pip install netsuite[soap_api]`

I have to downgrade the package to version 0.8.0 to be able to use the soap api.

In version 0.9.0 I get a zeep error. Not sure why:

Traceback (most recent call last):
 File "/{PATH}/.env/lib/python3.8/site-packages/zeep/transports.py", line 159, in __del__
AttributeError: 'AsyncNetSuiteTransport' object has no attribute '_close_session'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions