I Can't Download Interpreters

Answered

When I try to download an interpreter for my project, I get an error:

error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\link.exe' failed with exit status 1120

Can anyone help?

1
7 comments

Hi,

This isn't a PyCharm related problem, is it?

If I'm mistaken, please share a screenshot showing the issue.

0
Avatar
Permanently deleted user

This is a PyCharm related issue.

0

Have you tried to install it from the command line (outside of PyCharm) using the same interpreter? Do you have the same error?

0
Avatar
Permanently deleted user

I have not tried that because I do not know how.

0

Open the Terminal in PyCharm (make sure venv is activated) and run where pip

Copy the path to pip executable of your venv, paste it to your system command line adding install SendKeys and run it.
The command should be similar to C:\Users\<user>\...\venv\Scripts\pip.exe install SendKeys

0
Avatar
Permanently deleted user

I got the same error

0

This means that the problem is not related to PyCharm. It's somewhere in your system/environment.
Here are similar threads https://stackoverflow.com/questions/40411145/trouble-installing-and-importing-sendkeys-update
https://github.com/mrjbq7/ta-lib/issues/143

0

Please sign in to leave a comment.