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?
Please sign in to leave a comment.
Hi,
This isn't a PyCharm related problem, is it?
If I'm mistaken, please share a screenshot showing the issue.
This is a PyCharm related issue.
Have you tried to install it from the command line (outside of PyCharm) using the same interpreter? Do you have the same error?
I have not tried that because I do not know how.
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
I got the same error
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