Skip to content

Struggling with fairseq installation #3597

Discussion options

You must be logged in to vote

Solved #3598:

Thank you so much for having a look at my error code, you were right about compiler issues and your links helped me in a way that I've started to look for:

"fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory"

and found this solution: https://stackoverflow.com/questions/23691564/running-cython-in-windows-x64-fatal-error-c1083-cannot-open-include-file-ba

I had to activate Windows 10 SDK in Visual Studio Installer, it is found in "Individual Components" tab.

After I run again "pip install -e ./" command I got another but similar issue - missing "rc.exe" file.
The solution is found here: https://stackoverflow.com/questions/14372706/visual-studio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abravalheri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants