Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/160ee4cf11ee4cfa8d3df7a53f1e7a8f to your computer and use it in GitHub Desktop.
Save SomeoneSerge/160ee4cf11ee4cfa8d3df7a53f1e7a8f to your computer and use it in GitHub Desktop.
nix log /nix/store/8klmb4vsdinbgkqfpzf8z0y5l64b3kb6-python3.10-scooby-0.7.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
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/g6wa6xbr8nz2ra9gwx98jbkaxy1m5wx9-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_scooby.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
/nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`.
dist.fetch_build_eggs(dist.setup_requires)
Warning: 'classifiers' should be a list, got type 'tuple'
error in scooby setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.7.*'
/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

appears to be an issue in setup.py, not pytorch related

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