Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonPackages.osmnx: init at 0.8.2 #46898

Merged
merged 1 commit into from Oct 9, 2018
Merged

Conversation

PsyanticY
Copy link
Contributor

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@matthewbauer
Copy link
Member

@GrahamcOfBorg build pythonPackages.osmnx

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pythonPackages.osmnx

Partial log (click to expand)

Installing collected packages: osmnx
Successfully installed osmnx-0.8.1
/build/source
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/05az4wkq4abksmbjc7rgdy66qzb0h42d-python2.7-osmnx-0.8.1
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/05az4wkq4abksmbjc7rgdy66qzb0h42d-python2.7-osmnx-0.8.1/lib
patching script interpreter paths in /nix/store/05az4wkq4abksmbjc7rgdy66qzb0h42d-python2.7-osmnx-0.8.1
checking for references to /build in /nix/store/05az4wkq4abksmbjc7rgdy66qzb0h42d-python2.7-osmnx-0.8.1...
/nix/store/05az4wkq4abksmbjc7rgdy66qzb0h42d-python2.7-osmnx-0.8.1

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: pythonPackages.osmnx

Partial log (click to expand)

    return self.values[slicer]
  /nix/store/dsl1zn5j39iwc1dgmkndazn48mcyps0y-python2.7-pandas-0.23.4/lib/python2.7/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16896 passed, 1030 skipped, 11887 deselected, 37 xfailed, 2 xpassed, 6 warnings in 592.54 seconds
builder for '/nix/store/khzgx4hmpgl197sbxbygwmn9kxpnmyf0-python2.7-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/kdzdr4dikzd5410aqqzf44favy8rq7q3-python2.7-geopandas-0.4.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/bswrmii4vz8al73gnw0haxx5lnzccdb0-python2.7-osmnx-0.8.1.drv': 2 dependencies couldn't be built
error: build of '/nix/store/bswrmii4vz8al73gnw0haxx5lnzccdb0-python2.7-osmnx-0.8.1.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: pythonPackages.osmnx

Partial log (click to expand)

/nix/store/bqivpznjpsl273sxhhlnqn6qhsihd4nb-python2.7-Fiona-1.7.13/lib/python2.7/site-packages/fiona/__init__.py:69: in <module>
    from fiona.collection import Collection, BytesCollection, vsi_path
/nix/store/bqivpznjpsl273sxhhlnqn6qhsihd4nb-python2.7-Fiona-1.7.13/lib/python2.7/site-packages/fiona/collection.py:8: in <module>
    from fiona import compat
E   ImportError: cannot import name compat
!!!!!!!!!!!!!!!!!!! Interrupted: 16 errors during collection !!!!!!!!!!!!!!!!!!!
=========================== 16 error in 1.16 seconds ===========================
builder for '/nix/store/vplg8rj4z1ynmdaalwhwsln18pskcx4r-python2.7-geopandas-0.4.0.drv' failed with exit code 2
cannot build derivation '/nix/store/4lr1dmslzyl6hcqb6filx9nq4j91lkc6-python2.7-osmnx-0.8.1.drv': 1 dependencies couldn't be built
error: build of '/nix/store/4lr1dmslzyl6hcqb6filx9nq4j91lkc6-python2.7-osmnx-0.8.1.drv' failed

@PsyanticY
Copy link
Contributor Author

@matthewbauer The failure in Darwin is due to geopandas and not to osmnx

@matthewbauer matthewbauer merged commit 9b0505a into NixOS:master Oct 9, 2018
@PsyanticY PsyanticY deleted the osmnx branch October 13, 2018 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants