Closed nathanlcarlson closed 6 years ago
Regarding the failing pip install -r requirements.txt
. I believe this has something to do with using the pip module. The new pip install functions in #514 will likely resolve that.
Regarding the second error, it seems that the https://github.com/globusonline/transfer-api-client-python repository is dual purposed. It contains the python package, but it also contains some c
code which is being compiled and installed with make install
.
Note that the repo above has this note in the README
NOTE: This package is no longer being updated, use the Globus SDK for Python instead.
I am going to resolve this issue the way we are currently resolving issues, but am going to create a new issue for the fact that Globus wants developers to use Globus SDK for Python
The error causing it to fail is
But prior to this the installer attempts to do the equivalent of
pip install -r requirements.txt
, but is failing with errors such as the following: