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

Extremely slow dependency tree generation #2848

Open
jonathanooikwanw opened this issue Jul 30, 2021 · 1 comment
Open

Extremely slow dependency tree generation #2848

jonathanooikwanw opened this issue Jul 30, 2021 · 1 comment

Comments

@jonathanooikwanw
Copy link

I tried to generate a dependency tree for repositories like Tensorflow, Keras and scikit-learn using the explore dependencies option. It has not generated a dependency tree after a very long time.
image

@PenelopeFudd
Copy link

Same here, with https://libraries.io/pypi/PyJWT/1.7.1/tree
It's been waiting for at least an hour, possibly two.
From the developer's console in Firefox, I can see that the page is still active, making this request once a second and getting a 'please wait' response:

curl 'https://libraries.io/pypi/PyJWT/1.7.1/tree' -H 'User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0' -H 'Accept: */*' -H 'Accept-Language: en-CA,en-US;q=0.7,en;q=0.3' -H 'Accept-Encoding: gzip, deflate, br' -H 'Referer: https://libraries.io/pypi/PyJWT/1.7.1/tree' -H 'X-CSRF-Token: ZtJQz8Uv4B02QBsvn3dBa9zMeyIHaQQVCXXP7H/ipeT5Kp0eNSYE0MrywxwPSlp2IMHiO6xOJ7yoZRseRErawg==' -H 'X-Requested-With: XMLHttpRequest' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Cookie: _libraries_session=N0g4VS9vbmRsYmREUFBPYmcvVUU4SEZ5M0c3VGpHQkUzS3l5QTUzbWtqK2xSK3dPVkpQSlpIWGNqckhQSWdYcVNCOXpGaUlqRks5Wk9FV1B3Zm15MU41YUlFN2cyOFJBN1BZK1hmajNIaHVpdHdXVzNIRy9LL0w0aEJ3RjhQUGYxNVgyY0xXOGo5aktTUzhreXpaZzZRPT0tLUZyKzZBRm4rVnFadlQraUVXTjJKeFE9PQ%3D%3D--76a4d78f1201a6c72aec9ebb368164670575da1a' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -H 'TE: trailers'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants