Artem Pavlenko
Artem Pavlenko
@simongroom As I mentioned above, `npm install` is attempting to download `https://mapbox-node-binary.s3.amazonaws.com/mapnik/v4.5.8/Release/darwin-arm64.tar.gz` which doesn't exist. There are currently no binaries for arm64. You have two options - 1. Compile `mapnik`...
@simongroom ~~there is a third option you could try~~ ~~3. run `npm install` on Intel mac, then copy install directory including~~ ``` ~~node_modules~~ ~~package-lock.json~~ ~~package.json~~ ``` ~~to your arm64 Mac...
> @simongroom ~there is a third option you could try~ > > ~3. run `npm install` on Intel mac, then copy install directory including~ > > ``` > ~~node_modules~~ >...
Just checked (master) works with `lts/hydrogen -> v18.20.2` `lts/iron -> v20.12.2` Closing as stale
### Cheat sheet (borrowed from [nose2pytest](https://github.com/pytest-dev/nose2pytest)) #### Basic `nose` to `pytest` conversion table Function | Statement -- | -- assert_true(a[, msg]) | assert a[, msg] assert_false(a[, msg]) | assert not...
@mathisloge - just linking you here for possible feedback and future reference. The idea is to use a very simple (no python knowledge required) approach. I had a look at...
> I will take a look @artemp 👍 I started migration and it's looking good so far..
https://github.com/mapnik/python-mapnik/tree/pytest [WIP]
@springmeyer - I'm curious about ^ . I have been using boost 1.60 for a while.
``` bash ./bootstrap.sh --with-python=python3 --with-libraries=program_options,regex,filesystem,thread,python,timer,date_time,iostreams,test --prefix=/usr/local --with-icu=/usr/local --with-toolset=clang ``` this is how I build boost with regex+ICU