lanscan
lanscan copied to clipboard
pip install failure
pip install lanscan Collecting lanscan Using cached lanscan-0.9.5.tar.gz (9.9 kB) ERROR: Command errored out with exit status 1: command: /Users/rajeev/.virtualenvs/py3-dev/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hq/svgbbjqx3gz4bcgqg3bdjfl00000gn/T/pip-install-x5mn9t8b/lanscan/setup.py'"'"'; file='"'"'/private/var/folders/hq/svgbbjqx3gz4bcgqg3bdjfl00000gn/T/pip-install-x5mn9t8b/lanscan/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 /private/var/folders/hq/svgbbjqx3gz4bcgqg3bdjfl00000gn/T/pip-install-x5mn9t8b/lanscan/pip-egg-info cwd: /private/var/folders/hq/svgbbjqx3gz4bcgqg3bdjfl00000gn/T/pip-install-x5mn9t8b/lanscan/ Complete output (1 lines): error in lanscan setup command: "values of 'package_data' dict" must be a list of strings (got 'logging.yaml') ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Please advise. Thx. jainraje
The same occurred on Ubuntu 18.04 64bit.
exact same problem on macos catalina
And I'm getting it on MacOS Catalina and Ubuntu 20.04.
the same error Windows 10 64 bits help pls
Same issue on Ubuntu 20.04
One of the workarounds is to install an older version of this, pip install lanscan==0.9.0 Will do the job A=also enable virtualenv for not causing trouble :+1: