...sing my username , app password) I was trying to install that wheel package using pip command as below pip install --user --extra-index-url https://myusername:mypass@bitbucket.org/owner-username/r...
I have a remote agent dedicated to my Bamboo Build Plan. I want to run a python script, which requires pip installation of libraries before the script can execute. I've already added the pip and p...
Hello everyone, I'm having a problem creating the project pipeline in which I participate. Due to the number of steps we have, it is necessary to use the cache, however the cache does not respond c...
I noticed that one of my projects started failing on pipelines due to the version of the asgiref package I required not being found ERROR: Could not find a version that satisfies the requirement a...
My Bitbucket pipeline has been constantly failing at python -m pip install pandas. What's more fascinating is that it is not even showing the error that occurred. This is the code: -&n...
hi, I have the following pipelines files pipelines: bookmarks: live-*: - step: name: Test caches: - pip script: - bash sdlc_test.sh c...
I am using pip in three different steps. pip install -r requirements.txt takes almost 60 seconds to run. So I am spending several minutes installing the same requirements in three different spots.&n...
Hi, i want to use pip in my bitbucket pipeline to install fabric and deploy my php application. According to this article it is possible to cache pip as a dependency. Can you tell me what I...
Copied to clipboard