Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/71dcf3e936fa3b5edd04cc3141b4f76a to your computer and use it in GitHub Desktop.
Save SomeoneSerge/71dcf3e936fa3b5edd04cc3141b4f76a to your computer and use it in GitHub Desktop.
nix log /nix/store/czg4kic1ngkjkjjr8hprr3j2077r3lk2-python3.10-flammkuchen-1.0.2.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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/ikwkfrz50fass6ibrj3bhz46y3m54z9g-flammkuchen-1.0.2.tar.gz
source root is flammkuchen-1.0.2
setting SOURCE_DATE_EPOCH to timestamp 1655196969 of file flammkuchen-1.0.2/setup.cfg
@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/dist.py:788: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/flammkuchen
copying flammkuchen/ls.py -> build/lib/flammkuchen
copying flammkuchen/__init__.py -> build/lib/flammkuchen
copying flammkuchen/hdf5io.py -> build/lib/flammkuchen
copying flammkuchen/conf.py -> build/lib/flammkuchen
/nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/flammkuchen
copying build/lib/flammkuchen/ls.py -> build/bdist.linux-x86_64/wheel/flammkuchen
copying build/lib/flammkuchen/__init__.py -> build/bdist.linux-x86_64/wheel/flammkuchen
copying build/lib/flammkuchen/hdf5io.py -> build/bdist.linux-x86_64/wheel/flammkuchen
copying build/lib/flammkuchen/conf.py -> build/bdist.linux-x86_64/wheel/flammkuchen
running install_egg_info
running egg_info
writing flammkuchen.egg-info/PKG-INFO
writing dependency_links to flammkuchen.egg-info/dependency_links.txt
writing requirements to flammkuchen.egg-info/requires.txt
writing top-level names to flammkuchen.egg-info/top_level.txt
reading manifest file 'flammkuchen.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pyx' under directory 'flammkuchen'
adding license file 'LICENSE'
writing manifest file 'flammkuchen.egg-info/SOURCES.txt'
Copying flammkuchen.egg-info to build/bdist.linux-x86_64/wheel/flammkuchen-1.0.2-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/flammkuchen-1.0.2.dist-info/WHEEL
creating 'dist/flammkuchen-1.0.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'flammkuchen/__init__.py'
adding 'flammkuchen/conf.py'
adding 'flammkuchen/hdf5io.py'
adding 'flammkuchen/ls.py'
adding 'flammkuchen-1.0.2.dist-info/LICENSE'
adding 'flammkuchen-1.0.2.dist-info/METADATA'
adding 'flammkuchen-1.0.2.dist-info/WHEEL'
adding 'flammkuchen-1.0.2.dist-info/top_level.txt'
adding 'flammkuchen-1.0.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/flammkuchen-1.0.2/dist /build/flammkuchen-1.0.2
Processing ./flammkuchen-1.0.2-py2.py3-none-any.whl
Requirement already satisfied: numpy in /nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages (from flammkuchen==1.0.2) (1.24.2)
Requirement already satisfied: scipy in /nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages (from flammkuchen==1.0.2) (1.10.1)
Requirement already satisfied: tables in /nix/store/hi4n2zj3cvl7riz38hk0vhxwbx9bhpfn-python3.10-tables-3.8.0/lib/python3.10/site-packages (from flammkuchen==1.0.2) (3.8.0)
Requirement already satisfied: blosc2 in /nix/store/6w4z5i8gqj8lv0r62b652vffxkwrprai-python3.10-blosc2-2.1.1/lib/python3.10/site-packages (from tables->flammkuchen==1.0.2) (2.1.1)
Requirement already satisfied: py-cpuinfo in /nix/store/vhw3k2ka439w7sqrm4vzn5rphms08y2v-python3.10-py-cpuinfo-9.0.0/lib/python3.10/site-packages (from tables->flammkuchen==1.0.2) (9.0.0)
Requirement already satisfied: numexpr>=2.6.2 in /nix/store/ay1m6dcgnx58xn2gz9dgr6zz2qr5zblf-python3.10-numexpr-2.8.4/lib/python3.10/site-packages (from tables->flammkuchen==1.0.2) (2.8.4)
Requirement already satisfied: packaging in /nix/store/igymj6b3n8gw4fqn8g1r64clv4z64p5r-python3.10-packaging-23.0/lib/python3.10/site-packages (from tables->flammkuchen==1.0.2) (23.0)
INFO: pip is looking at multiple versions of scipy to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of flammkuchen to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement cython>=0.29.21 (from tables) (from versions: none)
ERROR: No matching distribution found for cython>=0.29.21

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