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

Cant resolve long paths #1410

Closed
sartyukhov opened this issue Jun 8, 2021 · 1 comment
Closed

Cant resolve long paths #1410

sartyukhov opened this issue Jun 8, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@sartyukhov
Copy link

Environment data

  • Language Server version: Pylance v2021.6.0
  • OS and version: Manjaro Linux (Remote Containers inside Docker Ubuntu 20.04)
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.5

Expected behaviour

Hello! I can import module Retry with 2 ways, but with the long one it prints this message below.
Code works the same with any of them.

Actual behaviour

urllib3

from urllib3.util.retry import Retry

from requests.packages.urllib3.util.retry import Retry
@github-actions github-actions bot added the triage label Jun 8, 2021
@jakebailey
Copy link
Member

The issue is not the length, but the dynamic behavior requests uses to create these modules.

Duplicate of #597.

@jakebailey jakebailey added the duplicate This issue or pull request already exists label Jun 8, 2021
@github-actions github-actions bot removed the triage label Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants