Skip to content

Commit

Permalink
sudo install python dependencies on OSX (valhalla#4209)
Browse files Browse the repository at this point in the history
* sudo install python dependencies on OSX

* well then.. install cython urgh

* huh, wrong python3 maybe, pre-commit depends on pyyaml 6.0 and installs without issues, 5.9 should have a wheel as well, but when downgrading pip decides to build from source instead.. urgh. last resort: pin pre-commit to a version which depends on pyyaml < 6.0, but eventually we'll need to do the conan switch to 2.0

* get rid of cython again..
  • Loading branch information
nilsnolde authored Jul 19, 2023
1 parent d544de3 commit e62ea86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ commands:
install_macos_dependencies:
steps:
- run: brew install protobuf cmake ccache libtool libspatialite pkg-config luajit curl wget czmq lz4 spatialite-tools unzip
- run: /usr/bin/python3 -m pip install --user requests
- run: pip3 install shapely "conan<2.0.0"
- run: sudo python3 -m pip install shapely "conan<2.0.0"
- run: git clone https://github.com/kevinkreiser/prime_server --recurse-submodules && cd prime_server && ./autogen.sh && ./configure && make -j8 && make install
install_linux_dependencies:
steps:
Expand Down

0 comments on commit e62ea86

Please sign in to comment.