Conversation
requirements.txt
Outdated
| # The version range of docutils is pinned by botocore. Pinning it here can cause a version conflict. | ||
| # See https://github.com/boto/botocore/pull/1802, https://github.com/HumanCellAtlas/dcp-cli/issues/418 | ||
| docutils | ||
| # docutils |
There was a problem hiding this comment.
@kislyuk I'm unsure if this should be handled by commenting out the pinned requirement or removing ln21 entirely; i would like to keep the comment above, but don't want the un-pinning/removal to go unnoticed by another developer. Any recommendation?
There was a problem hiding this comment.
This should probably be docutils < 0.16 as per boto/botocore@a8bbf60
Codecov Report
@@ Coverage Diff @@
## master #511 +/- ##
=======================================
Coverage 85.63% 85.63%
=======================================
Files 40 40
Lines 1893 1893
=======================================
Hits 1621 1621
Misses 272 272Continue to review full report at Codecov.
|
|
@chmreid im going to wait for EOD today (2-10-20) before merging this and pushing up a new patch, just in-case Andrey had a recommendation. |
User states that an error occurs when installing the
hcatool with condaDue to conflicting docutils version pinned in
requirements.txtand from within botocore, conda is unable to install thehcatool correctly.Issue also observed when trying to perform a
pip install -r requirements.txtwithin a clean virtual env.