Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/6bda5175379f6143803230923f6e43b7 to your computer and use it in GitHub Desktop.
Save SomeoneSerge/6bda5175379f6143803230923f6e43b7 to your computer and use it in GitHub Desktop.
nix log /nix/store/1d2s1ma7qzga24861a4wmyjpc9x2hjsz-python3.10-skrl-0.10.1.drv
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/s9yd1583as33zv0pvvia6z9ai5pz95pc-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/utils.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
error in skrl setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6.*'
/nix/store/pw17yc3mwmsci4jygwalj8ppg0drz31v-stdenv-linux/setup: line 1593: pop_var_context: head of shell_variables not a function context
@samuela
Copy link

samuela commented Mar 23, 2023

setup.py error, not pytorch related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment