may-day / olap

Python package to access OLAP data sources.
63 stars 47 forks source link

ModuleNotFoundError: No module named 'client' #20

Open enAnne opened 3 years ago

enAnne commented 3 years ago

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.