Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created January 11, 2021 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/91fa5319eaf143d7da8ada7d6c21b928 to your computer and use it in GitHub Desktop.
Save Mic92/91fa5319eaf143d7da8ada7d6c21b928 to your computer and use it in GitHub Desktop.
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing wheel setup hook
Using wheelUnpackPhase
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
Executing wheelUnpackPhase
Finished executing wheelUnpackPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
/build/dist /build
Unpacking to: unpacked/tensorflow_cpu-2.1.0...OK
Repacking wheel as ./tensorflow_cpu-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl...OK
/build
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
no Makefile, doing nothing
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/dist /build
Processing ./tensorflow_cpu-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl
ERROR: Could not find a version that satisfies the requirement gast==0.3.2 (from tensorflow-cpu)
ERROR: No matching distribution found for gast==0.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment