Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. $ pypi2nix -v -v -V 3.5 -r requirements.txt
  2. pypi2nix v1.8.0 running ...
  3.  
  4. Stage1: Downloading wheels and creating wheelhouse ...
  5. |-> nix-shell /nix/store/05csqr2d2sn6i01v0s7j8s2s20ajg4kk-pypi2nix-1.8.0/pkgs/pypi2nix/pip.nix --arg requirements_files [ "/run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt" ] --argstr wheel_cache_dir /run/user/1000/pypi2nix/cache/wheel --argstr pip_build_dir /run/user/1000/pypi2nix/cache/pip --arg extra_build_inputs [ ] --argstr python_version python35 --argstr project_dir /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436 --argstr extra_env --argstr download_cache_dir /run/user/1000/pypi2nix/cache/download --arg setup_requires [ ] -I nixpkgs=/home/ryan/.nixpkgs/nixpkgs:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels --show-trace --pure --run exit
  6. warning: Nix search path entry ‘/home/ryan/.nixpkgs/nixpkgs:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels’ does not exist, ignoring
  7. Ignoring importlib: markers 'python_version <= "2.7"' don't match your environment
  8. Ignoring ordereddict: markers 'python_version < "2.7"' don't match your environment
  9. Collecting Babel==2.3.4 (from -r /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt (line 4))
  10. Using cached Babel-2.3.4.tar.gz
  11. Collecting beautifulsoup4==4.4.1 (from -r /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt (line 5))
  12. Using cached beautifulsoup4-4.4.1.tar.gz
  13. Collecting blinker==1.3 (from -r /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt (line 6))
  14. Using cached blinker-1.3.tar.gz
  15. Collecting click==6.6 (from -r /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt (line 7))
  16. Using cached click-6.6.tar.gz
  17. Collecting extras==0.0.3 (from -r /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt (line 8))
  18. Using cached extras-0.0.3.tar.gz
  19. Collecting fixtures==2.0.0 (from -r /run/user/1000/pypi2nix/985076f2ab55a3d874fc963f526cb436/b989feef0fbc12ef9f54853b27134f51.txt (line 9))
  20. Using cached fixtures-2.0.0.tar.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement