pybuilder: 'install_requires' must be a string or list of strings
This similar to Issue:123
error in project_name_here setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'--index-'"
This error started happening when i updated my requirment.txt file to include a single dependency from my local PyPi
--index-url=http://123.123.0.123:8080/simple/ projectnamehere
This works fine for my pip installs when i do it directly. Should i be using a workaround and if should could you help me with what that might look like?
About this issue
- Original URL
- State: open
- Created 8 years ago
- Comments: 20 (9 by maintainers)
Commits related to this issue
- solving this: https://github.com/coala/coala-bears/issues/1161 https://github.com/pybuilder/pybuilder/issues/388 — committed to qaviton/qaviton_package_manager by yehonadav 5 years ago
- solving this: https://github.com/coala/coala-bears/issues/1161 https://github.com/pybuilder/pybuilder/issues/388 — committed to qaviton/qaviton_package_manager by yehonadav 5 years ago
- solving this: https://github.com/coala/coala-bears/issues/1161 https://github.com/pybuilder/pybuilder/issues/388 — committed to qaviton/qaviton_package_manager by yehonadav 5 years ago
- solving this: https://github.com/coala/coala-bears/issues/1161 https://github.com/pybuilder/pybuilder/issues/388 — committed to qaviton/qaviton_package_manager by yehonadav 5 years ago
- solving this: https://github.com/coala/coala-bears/issues/1161 https://github.com/pybuilder/pybuilder/issues/388 — committed to qaviton/qaviton_package_manager by yehonadav 5 years ago
- solved this: https://github.com/coala/coala-bears/issues/1161 https://github.com/pybuilder/pybuilder/issues/388 notes: install works, update needs testing version filtering defaults to latest at the ... — committed to qaviton/qaviton_package_manager by yehonadav 5 years ago
@arcivanov : That works! Thank you so much. But it’s important to know that you have to set the
--process-dependency-linksflag when installing the tar.gz via pip. But what do I do after this deprecated flag has been removed?