important-librarian-62877
06/04/2020, 2:04 AMinterpreter_constraints
to include CPython2.7
2. Adding compatibility to the python_requirement_library like so:
python_requirement_library(
name='futures',
requirements=[python_requirement(name='futures', requirement='futures==3.2.0', compatibility='CPython>=2.7,<3')])
Any suggestions on how to pull that requirement from the python2 repositories or can you point me to some relevant documentation? Thanks in advance 🙂happy-kitchen-89482
06/04/2020, 3:04 AMinterpreter_constraints
to? And what interpreter do you use to run your code?hundreds-father-404
06/04/2020, 3:39 AMimportant-librarian-62877
06/04/2020, 2:56 PMinterpreter_constraints
to ['CPython>=2.7,<=3.6.9']
. Our interpreter for a majority of the code is 3.6.9. @hundreds-father-404 by repository, I just mean it's using pip3 instead of pip. We do not setup our own to pull from.happy-kitchen-89482
06/04/2020, 11:40 PMimportant-librarian-62877
06/05/2020, 5:04 PMhundreds-father-404
06/05/2020, 9:24 PM