You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error parsing requirements of /nix/store/xhyd567yhh87cjgf1hlrf7zrg62imdny-cryptography-36.0.0.tar.gz. Assuming it has no dependencies.
-> setup.cfg and pyproject.toml
Error parsing requirements of /nix/store/zrkpw288zdd4jfqxrp439y31m1cgdz6z-source. Assuming it has no dependencies.
-> pyproject.toml and poetry.lock
-> name = "pyppeteer"
-> version = "0.2.6"
Error parsing requirements of /nix/store/yac01mfsch2s853yfnd8kpnn64fc5mwq-setuptools-57.2.0-sdist.tar.gz. Assuming it has no dependencies.
-> pyproject.toml and setup.cfg
Error parsing requirements of /nix/store/19d05ds928hqwli2ilb3c8i6drnks2w9-source. Assuming it has no dependencies.
-> requirements.txt -> Cython>=0.29.7
-> setup.py -> name = "lxml",
Error parsing requirements of /nix/store/9j9yv6726566814n7kbky57k99p761z3-typing_extensions-4.0.1.tar.gz. Assuming it has no dependencies.
-> pyproject.toml
Error parsing requirements of /nix/store/6f0n85xwcwh6f59yc0h9y681prz7l821-mistune-2.0.2.tar.gz. Assuming it has no dependencies.
-> pyproject.toml
-> setup.cfg
Error parsing requirements of /nix/store/18x00x3kijmkyzbiq6mkmhwfvfapsir4-source. Assuming it has no dependencies.
-> pyproject.toml
-> name = "tomli"
nix-shell: error
$ nix-shell ./pynixify/shell.nix
these 2 derivations will be built:
/nix/store/h339fp31ydiizkhaq8bqz5xqj7dsx6b2-python3.9-gerapy-0.9.10.drv
/nix/store/v18mv93arykiirm14mcwaqfkx9wi4mk5-python3-3.9.10-env.drv
building '/nix/store/h339fp31ydiizkhaq8bqz5xqj7dsx6b2-python3.9-gerapy-0.9.10.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
unpacking sources
unpacking source archive /nix/store/1ir2aawrnqfaj9aim5wrq3bah44jl5ad-gerapy-0.9.10.tar.gz
source root is gerapy-0.9.10
setting SOURCE_DATE_EPOCH to timestamp 1640851412 of file gerapy-0.9.10/setup.cfg
patching sources
configuring
no configure script, doing nothing
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/gerapy
copying gerapy/__init__.py -> build/lib/gerapy
...
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
...
creating build/bdist.linux-x86_64/wheel/gerapy-0.9.10.dist-info/WHEEL
creating 'dist/gerapy-0.9.10-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'gerapy/__init__.py'
...
adding 'gerapy-0.9.10.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
installing
Executing pipInstallPhase
/build/gerapy-0.9.10/dist /build/gerapy-0.9.10
Processing ./gerapy-0.9.10-py3-none-any.whl
...
Requirement already satisfied: apscheduler<=3.7.0,>=3.5.1 in /nix/store/43pggqrmdmfgiy19bvq7hhdb0vw17n6g-python3.9-apscheduler-3.7.0/lib/python3.9/site-packages (from gerapy==0.9.10) (3.7.0)
Requirement already satisfied: scrapy-redis>=0.6.8 in /nix/store/0hkn09bhvd64762rg61g7h2xfgyxkcij-python3.9-scrapy-redis-0.7.2/lib/python3.9/site-packages (from gerapy==0.9.10) (0.7.2)
ERROR: Could not find a version that satisfies the requirement pyquery>=1.2.17 (from gerapy) (from versions: none)
ERROR: No matching distribution found for pyquery>=1.2.17
error: builder for '/nix/store/h339fp31ydiizkhaq8bqz5xqj7dsx6b2-python3.9-gerapy-0.9.10.drv' failed with exit code 1;
The text was updated successfully, but these errors were encountered:
looks like
pyproject.toml
andsetup.cfg
are not supportedworkaround: use mach-nix
im trying to install gerapy
on
nix-shell
i getERROR: Could not find a version that satisfies the requirement pyquery>=1.2.17 (from gerapy)
similar to #36 and #44
pynixify: ok, but some "Error parsing requirements"
Error parsing requirements
nix-shell: error
The text was updated successfully, but these errors were encountered: