lanscan icon indicating copy to clipboard operation
lanscan copied to clipboard

pip install failure

Open jainraje opened this issue 4 years ago • 6 comments

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

jainraje avatar Apr 01 '20 01:04 jainraje

The same occurred on Ubuntu 18.04 64bit.

Alan052918 avatar Apr 01 '20 16:04 Alan052918

exact same problem on macos catalina

vizzon avatar May 14 '20 14:05 vizzon

And I'm getting it on MacOS Catalina and Ubuntu 20.04.

shkarlsson avatar Jun 21 '20 14:06 shkarlsson

the same error Windows 10 64 bits help pls

tamueka avatar Jul 18 '20 12:07 tamueka

Same issue on Ubuntu 20.04

DanBrown47 avatar Jul 30 '20 07:07 DanBrown47

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:

DanBrown47 avatar Jul 30 '20 07:07 DanBrown47