Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apachebeam is installed yet pip is trying to download apache beam package #12098

Closed
1 task done
sshres5 opened this issue Jun 22, 2023 · 4 comments
Closed
1 task done
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

Comments

@sshres5
Copy link

sshres5 commented Jun 22, 2023

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

@sshres5 sshres5 added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Jun 22, 2023
@notatallshaw
Copy link
Member

notatallshaw commented Jun 23, 2023

If you would like any assistance you need to give more details, at the minimum the command you are running and the full output.

Also FYI the version of Python and Pip you've listed are no longer supported by the Python Foundation and PyPA anymore.

@sshres5
Copy link
Author

sshres5 commented Jun 23, 2023

So basically I am using apache-beam to do certain metric calculation and using dataflow to send it to splunk. However, when I run the code, it is trying to connect pypi to download apache-beam even though it is installed locally.

@notatallshaw
Copy link
Member

Again, if you want any assistance the minimum information required would be the command you are running and the full output.

@uranusjr uranusjr added type: support User Support S: awaiting response Waiting for a response/more information labels Jun 28, 2023
@ichard26
Copy link
Member

Given the lack of any reproduction steps or detailed logs, this user support issue is unactionable and should be closed.

On pip's end, #5380 tracks improving the guidance around network errors.

@pfmoore pfmoore closed this as completed Apr 15, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

5 participants