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

Version 0.10.0 does not provide extra "soap_api" #74

Open
LuisCebrian opened this issue Jan 3, 2024 · 1 comment
Open

Version 0.10.0 does not provide extra "soap_api" #74

LuisCebrian opened this issue Jan 3, 2024 · 1 comment

Comments

@LuisCebrian
Copy link

LuisCebrian commented Jan 3, 2024

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'
@iloveitaly
Copy link
Collaborator

Feel free to open a PR to fix this!

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

2 participants