-
Notifications
You must be signed in to change notification settings - Fork 15
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
CondaPkg constantly uninstalling, reinstalling all packages #109
Comments
The issue seems to be triggered here: Line 34 in baa6132
The
|
I haven't gotten to the bottom, but my guess it is something to do with a difference in how vscode and the julia command line specify the project on startup |
Well isn't that fun! You've got to love case-insensitive filesystems... This particular issue should be a straightforward fix - just needs a more nuanced However, I'm surprised it's actually reinstalling everything - Lines 510 to 532 in baa6132
if block is a no-op because the set of packages hasn't changed. Is this not the case?
|
That makes sense; the packages should have not changed. I will try to revisit this in a few days to isolate futher |
Hi, I am facing a similar issue with CondaPkg removing the environment and creating it again, even when the dependencies did not change. I am using Windows 11 as well and VS code. Same code ran over MAC does not result in the same issue. Were you able to find the problem here? |
Hi, On windows 11, Julia 1.9.3, CondaPkg v0.2.21, CondaPkg frequently uninstalls all packages and the reinstalls all of them when calling
resolve
-- this doesn't happen every single time, but maybe around 80% of the time, which is quite difficult. Is there are a way to better understand why resolve is causing this behavior?Thanks
The text was updated successfully, but these errors were encountered: