Apachebeam is installed yet pip is trying to download apache beam package #12098
Labels
S: awaiting response
Waiting for a response/more information
S: needs triage
Issues/PRs that need to be triaged
type: bug
A confirmed bug or unintended behavior
type: support
User Support
Description
Running a code using apache beam, and it is already installed on the VM. However, when I try to run my script it is trying to download apache-beam
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ff9832b8160>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/apache-beam/
pip3 list|grep apache
apache-beam 2.38.0
Expected behavior
No response
pip version
21.3.1
Python version
3.6.8
OS
7.9
How to Reproduce
Rerun the script
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: