You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a relatively common packaging bug to write files such as README.txt & LICENSE outside of the intended directories:
> FileCollisionError: Two or more packages are trying to provide the same file with different contents
>
> Files: /nix/store/76fd84qmzg7n9w5yif61cmv5rr80i686-alive-progress-3.2.0/LICENSE /nix/store/r4hn0hx1bjdrshik3cw9f6h33vwk7iii-about-time-4.2.1/LICENSE
You can already work around around this issue by overriding a package & deleting the colliding files from the origin package:
Problem
It's a relatively common packaging bug to write files such as README.txt & LICENSE outside of the intended directories:
You can already work around around this issue by overriding a package & deleting the colliding files from the origin package:
But this is less than ideal and should be able to be fixed in the venv creation script instead.
Solutions
I see three possible, not mutually exclusive, solutions to the problem in the venv creation:
The text was updated successfully, but these errors were encountered: