Error: Deploy failed: b'INFO: pip is looking at multiple versions of constantly to determine which version is compatible with other requirements. This could take a while.'
not sure why it is looking at multiple versions for packages when I listed specific versions in the requirements.txt and if there are conflicts why does not explicitly state which ones and possibly what versions would work?
I get the following message in the log when I try to shub deploy:
INFO: pip is looking at multiple versions of cssselect to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of cryptography to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of constantly to determine which version is compatible with other requirements. This could take a while.
Deploy log location: /tmp/shub_deploy_1klby_sm.log
Error: Deploy failed: b'INFO: pip is looking at multiple versions of constantly to determine which version is compatible with other requirements. This could take a while.'
This is my requirements.txt
not sure why it is looking at multiple versions for packages when I listed specific versions in the requirements.txt and if there are conflicts why does not explicitly state which ones and possibly what versions would work?
0 Votes
0 Comments
Login to post a comment