I know that the posts aren't missing on this issue, but please bear with me.
I'm trying to install twisted using the command pip install twisted
on Django 1.9 and Python 3.4, at first when I tried to install it I got a ValueError: ['path']
error, after browsing on stackoverflow I found out that I need to run "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
and then try the installation again, which gave me this error :
error: command 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.exe' failed with exit status 1120
I don't know from where this error is coming and seems like it only happens on Windows (currently using Windows 10), how can I resolve this issue ? I've already tried most of the answer on this StackOverflow Post, without success unfortunately.