dftimewolf icon indicating copy to clipboard operation
dftimewolf copied to clipboard

Fresh install fails

Open RC810 opened this issue 2 years ago • 1 comments

Followed the documentation instructions to install dftimewolf and it fails with the following error:

$ pip3 install -e . Obtaining file:///home/user/dftimewolf ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/user/dftimewolf/setup.py'"'"'; file='"'"'/home/user/dftimewolf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info cwd: /home/user/dftimewolf/ Complete output (3 lines): /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'test_require' warnings.warn(msg) error in dftimewolf setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Parse error at "'+https:/'": Expected stringEnd ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

OS version is Ubuntu 20.04.3 running Python 3.8.10.

RC810 avatar Oct 05 '21 05:10 RC810

Same here

Ibrahim-cmd1 avatar Oct 21 '21 07:10 Ibrahim-cmd1