Replies: 1 comment
-
This is a problem with your setup; rc.exe doesn't appear to be available. See e.g. https://stackoverflow.com/questions/14372706/visual-studio-cant-build-due-to-rc-exe for somebody else who ran into the same issue (not with Dulwich). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to work on getting Git accessible inside an AWS Lambda job to tag commits because of some arcane security rules we have. It seems dulwich could solve my issues and am just trying to get it to work first.
I have a clean Windows 10 machine for the most part, with Visual Studio 2017 installed. There is an issue with installing dulwich on this machine because it is trying to call resources which aren't present on the machine. See this log for more details...
dulwich.txt
I found a workaround by copying the rc.exe and rcdll.dll files as suggested in this StackOverflow thread. There is a command that can be called to set this up for you without copying files if you look at the second highest answer to resolve it as well.
Figured I would let you know the process has a small hurdle on Windows and this optimization step if there was a way to detect and prevent it in the setup.py logic.
Beta Was this translation helpful? Give feedback.
All reactions