DavHau / pypi-deps-db

Dependency DB for python packages on pypi
MIT License
66 stars 40 forks source link

Having issues Using Python311 #22

Open lost-rob0t opened 1 year ago

lost-rob0t commented 1 year ago

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