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
Hey! Thanks for the amazing library. I'm running into a problem when depending on flet.
> The Package 'flet' (build: ()) is not available from any of the selected providers ['nixpkgs', 'sdist', 'wheel']
> for the selected python version
> The required package might just not (yet) be part of the dependency DB currently used.
> The DB can be updated by specifying 'pypiDataRev' when importing mach-nix.
> For examples see: https://github.com/DavHau/mach-nix/blob/master/examples.md
> If it still doesn't work, there might have been an error while building the DB.
> Please open an issue at: https://github.com/DavHau/mach-nix/issues/new
Hey! Thanks for the amazing library. I'm running into a problem when depending on flet.
requirements.txt:
env/
was generated withmach-nix env ./env -r requirements.txt
, but I modifiedinputs.nix
'spython
,pypiDataRev
, andpypiDataSha256
:mach-nix installed with
nix-env -if https://github.com/DavHau/mach-nix/tarball/3.5.0 -A mach-nix
.Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: