-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid package cache - file '...\bugpoint.exe' is missing on win-64 #158
Comments
That seems like a micromamba error. |
You can try upgrading your mamba version, and if the problem persists, raise an issue in https://github.com/mamba-org/mamba |
This looks to be an issue with lack of symlink support on Windows. |
@stellarpower symbolic links generally require admin privileges on Windows. I think packages should - in general - avoid symbolic links on Windows. You can turn on developer mode or run the terminal in admin mode: https://stackoverflow.com/a/58048888 |
It looks like this package contains a couple of symbolic links, e.g.
I don't know where they are pointing, though, and how easy / hard it is to turn them into hard links. |
looks like these are the symbolic links:
|
Solution to issue cannot be found in the documentation.
Issue
My project apparently won't build on Windows without llvm-rc installed, so I have arrived at this package for that reason.
To reproduce:
Affected versions are at least: 14.0.0 hf00eed6_0 to 14.0.0 hf00eed6_0 ; 13.0.1 ha327e53_2
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: