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

My project is in pending state for more than one week. #5060

Open
1 task done
BlackPianoCat opened this issue Nov 4, 2024 · 2 comments
Open
1 task done

My project is in pending state for more than one week. #5060

BlackPianoCat opened this issue Nov 4, 2024 · 2 comments
Labels
network Issues related to our CDN, users having problems connecting to PyPI

Comments

@BlackPianoCat
Copy link

My Platform

Good morning, I am not sure if it is appropriate place to ask it. I have a project called pyLoopSage, and it is pending for more than one week: https://pypi.org/project/pyLoopSage/. Can you help me, so as to detect the problem? I published it through GitHub repository and the publishing seemed to be successful, and me and other people are able to install the software.

Kind regards,
Sebastian Korsak

Fastly Debug


DNS Resolution

$ dig pypi.org A
$ dig pypi.org AAAA
$ dig files.pythonhosted.org A
$ dig files.pythonhosted.org AAAA

Traceroutes / IPv4

$ traceroute pypi.org
$ traceroute files.pythonhosted.org

Traceroutes / IPv6 (If available)

$ traceroute6 pypi.org
$ traceroute6 files.pythonhosted.org

HTTPS Requests / IPv4

$ curl -vvv -I --ipv4 https://pypi.org/pypi/pip/json
$ curl -vvv -I --ipv4 https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz

HTTPS Requests / IPv6 (If available)

$ curl -vvv -I --ipv6 https://pypi.org/pypi/pip/json
$ curl -vvv -I --ipv6 https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz

TLS Debug / IPv4

$ echo -n | openssl s_client -4 -connect pypi.org:443
$ echo -n | openssl s_client -4 -connect files.pythonhosted.org:443

TLS Debug / IPv6 (If available)

$ echo -n | openssl s_client -6 -connect pypi.org:443
$ echo -n | openssl s_client -6 -connect files.pythonhosted.org:443

Code of Conduct

  • I agree to follow the PSF Code of Conduct
@BlackPianoCat BlackPianoCat added the network Issues related to our CDN, users having problems connecting to PyPI label Nov 4, 2024
@FriedrichFroebel
Copy link

Where does it say "pending"? When looking at the PyPI project (at least publicly), nothing seems odd to me.

@BlackPianoCat
Copy link
Author

When I go to the tab "Your Projects"->"Publishing" it appears that I have one project (MultiMM) in the state "Projects with active publishers", whereas pyLoopSage is in "Pending Publishers". I was able to run the model, so I wonder if it is some bug, or something I would seriously need to worry about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network Issues related to our CDN, users having problems connecting to PyPI
Projects
None yet
Development

No branches or pull requests

2 participants