Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for DataSphere
    • Resolving project startup errors in DataSphere
    • Resolving the `Failed to deserialize variable` error
    • `Table of Contents` extension is missing in the JupyterLab extension catalog
    • Getting access to GPU g1.1 and higher configurations in DataSphere
    • Resolving issues with long code execution within DataSphere project cells
    • Resolving the `Servant not allocated` error when running code within DataSphere project cells
    • Resolving the `TestsFailure` error
    • Resolving the `Token authentication is enabled` error
    • Resolving errors with project access or login
    • Resolving the `KernelNotResponding The kernel died unexpectedly` error
    • Fixing the `ConnectTimeoutError` error when installing packages through pip
    • Resolving the `Device or resource busy` error

In this article:

  • Issue description
  • Solution
  1. DataSphere
  2. Fixing the `ConnectTimeoutError` error when installing packages through pip

Fixing the ConnectTimeoutError error when installing packages through pip

Written by
Yandex Cloud
Updated at December 17, 2025
  • Issue description
  • Solution

Issue descriptionIssue description

When installing new Python packages in a project, DataSphere returns this error:

% pip install langchain
Defaulting to user installation because normal site-packages is not writeable
WARNING: Retrying (Retry (total=4, connect=None, read=None, redirect=None, status=None))
after connection broken by; ConnectTimeoutError(pip._v endor.urllib3.connection.HTTPSConnection object at 0x7f711cb08df0;
Connection to pypi.org timed out. (connect timeout=15))

SolutionSolution

Make sure you specified the subnet in your project; in its settings, you should specify the NAT gateway to connect to the internet. You can learn how to set up a NAT gateway in this guide.

If it does not help, remove the security group and subnet from the advanced project settings.

Was the article helpful?

Previous
Resolving the `KernelNotResponding The kernel died unexpectedly` error
Next
Resolving the `Device or resource busy` error
© 2025 Direct Cursus Technology L.L.C.