Skip to content
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

Can't build awxkit from PyPi above 19.4.0 (Oct 2, 2021) #531

Open
PierreR opened this issue Dec 15, 2022 · 0 comments
Open

Can't build awxkit from PyPi above 19.4.0 (Oct 2, 2021) #531

PierreR opened this issue Dec 15, 2022 · 0 comments

Comments

@PierreR
Copy link

PierreR commented Dec 15, 2022

https://pypi.org/project/awxkit/#history

version 19.4.0 is the last one to work:

let
  mach-nix = import (builtins.fetchGit {
    url = "https://github.com/DavHau/mach-nix";
    ref = "refs/tags/3.5.0";
  }) {};
in
mach-nix.buildPythonPackage {
  pname = "awxkit";
  src = mach-nix.fetchPypiSdist "awxkit" "20.0.1";
  version = "20.0.1";
  requirements = ''
    requests
    PyYAML
  '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant