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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
I was Planning on using mach-nix for my project but i found out that i am not able to use Python311, which i assume is because of this line lib.supportedPythonVersions = [ "27" "36" "37" "38" "39" "310" ];
Im not entirely sure how to work with this large repo locally as git on my end is not liking it.
git commit -m "Added Python 3.11"
[master remote: Enumerating objects: 780, done.
remote: Counting objects: 100% (780/780), done.
remote: Compressing objects: 100% (746/746), done.
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: could not fetch 3e07082e191c66274a62314fa2201df350f39c86 from promisor remote
Error Message in question
error: The pypiDataRev seems to be older than the nixpkgs which is currently used.
Because of this, mach-nix might lack dependency information for some python packages in nixpkgs.
This can degrade the quality of the generated environment or result in failing builds.
It is recommended to pass a newer pypiDataRev to mach-nix during import.
For flakes users: Update the `pypi-deps-db` input of mach-nix.
You can ignore this error by passing 'ignoreDataOutdated = true' to mk* or build* functions
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was Planning on using mach-nix for my project but i found out that i am not able to use Python311, which i assume is because of this line
lib.supportedPythonVersions = [ "27" "36" "37" "38" "39" "310" ];
Im not entirely sure how to work with this large repo locally as git on my end is not liking it.
Error Message in question
The text was updated successfully, but these errors were encountered: