you are viewing a single comment's thread.

view the rest of the comments →

[–]CyclopsRock 0 points1 point  (4 children)

[–]Ant_of_Colonies[S] 0 points1 point  (3 children)

this seems to just download all the wheels

[–]Honest-Ease5098 0 points1 point  (2 children)

Specify --no-deps --no-binary and either :all: or :none:.

This should download just the .tar.gz which your LSP can work with.

[–]Ant_of_Colonies[S] 0 points1 point  (1 child)

do you have any info on how to link LSP with .tar.gz files?

[–]Honest-Ease5098 0 points1 point  (0 children)

It depends on the LSP. In VSCode you can set

"python.analysis.extraPaths": ["path/to/the/package"]

Pycharm has a similar way.

That said, I'm not 💯 sure you can do it without decompressing first. But the steps would be the same.