olap icon indicating copy to clipboard operation
olap copied to clipboard

ModuleNotFoundError: No module named 'client'

Open enAnne opened this issue 5 years ago • 0 comments

ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\Anaconda3\pythonw.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\e110772\AppData\Local\Temp\1\pip-install-_mqjhstk\suds\setup.py'"'"'; file='"'"'C:\Users\e110772\AppData\Local\Temp\1\pip-install-_mqjhstk\suds\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\e110772\AppData\Local\Temp\1\pip-pip-egg-info-9jxxtdhu' cwd: C:\Users\e110772\AppData\Local\Temp\1\pip-install-_mqjhstk\suds
Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\e110772\AppData\Local\Temp\1\pip-install-_mqjhstk\suds\setup.py", line 20, in import suds File "C:\Users\e110772\AppData\Local\Temp\1\pip-install-mqjhstk\suds\suds_init.py", line 154, in import client ModuleNotFoundError: No module named 'client' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

enAnne avatar Nov 10 '20 07:11 enAnne