PhysicsOfMobility / ridepy

Simulates a dispatching algorithm serving exogenous transportation requests with a fleet of vehicles. Does not simulate the universe, unlike MATSim. Batteries are included.
https://ridepy.org
MIT License
6 stars 0 forks source link

Installing on Windows, building fails with error: "cl.exe failed with exit code 2" #244

Closed s-bien closed 5 months ago

s-bien commented 7 months ago

I tried installing the package on Windows 10, 64 bit.

The steps that I took were the following:

  1. installed the latest C++ build environment from Visual Studio
  2. updated the Windows PATH variable to match installation location of cl.exe
  3. installed latest C++ Boost libraries via Installer from Sourceforge
  4. created new Python 3.9 environment via Anaconda
  5. tried installing ridepy via pip install ridepy within the new Python environment

At the end of the installation, building the package fails with the error message: "... cl.exe failed with exit code 2" Do you have any idea how to fix this?

The complete installation output:

(ridepy-env) PS C:\Users\Samuel> pip install ridepy
Collecting ridepy
  Using cached ridepy-2.2.2.tar.gz (102 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting decorator (from ridepy)
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting networkx (from ridepy)
  Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting numpy (from ridepy)
  Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB)
Collecting pandas<2 (from ridepy)
  Using cached pandas-1.5.3-cp39-cp39-win_amd64.whl (10.9 MB)
Collecting scipy (from ridepy)
  Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting tabulate (from ridepy)
  Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting notebook (from ridepy)
  Using cached notebook-7.0.8-py3-none-any.whl.metadata (10 kB)
Collecting jupytext (from ridepy)
  Using cached jupytext-1.16.1-py3-none-any.whl.metadata (12 kB)
Collecting matplotlib (from ridepy)
  Using cached matplotlib-3.8.2-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
Collecting cython==3.0a6 (from ridepy)
  Using cached Cython-3.0a6-py2.py3-none-any.whl (1.0 MB)
Collecting loky (from ridepy)
  Using cached loky-3.4.1-py3-none-any.whl.metadata (6.4 kB)
Collecting typer (from ridepy)
  Using cached typer-0.9.0-py3-none-any.whl (45 kB)
Collecting pyarrow (from ridepy)
  Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting python-dateutil>=2.8.1 (from pandas<2->ridepy)
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1 (from pandas<2->ridepy)
  Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting markdown-it-py>=1.0 (from jupytext->ridepy)
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting mdit-py-plugins (from jupytext->ridepy)
  Using cached mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB)
Collecting nbformat (from jupytext->ridepy)
  Using cached nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB)
Collecting packaging (from jupytext->ridepy)
  Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyyaml (from jupytext->ridepy)
  Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Collecting toml (from jupytext->ridepy)
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting cloudpickle (from loky->ridepy)
  Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB)
Collecting contourpy>=1.0.1 (from matplotlib->ridepy)
  Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib->ridepy)
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib->ridepy)
  Using cached fonttools-4.48.1-cp39-cp39-win_amd64.whl.metadata (162 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib->ridepy)
  Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
Collecting pillow>=8 (from matplotlib->ridepy)
  Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->ridepy)
  Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib->ridepy)
  Using cached importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)
Collecting jupyter-server<3,>=2.4.0 (from notebook->ridepy)
  Using cached jupyter_server-2.12.5-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.22.1 (from notebook->ridepy)
  Using cached jupyterlab_server-2.25.2-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab<4.1,>=4.0.2 (from notebook->ridepy)
  Using cached jupyterlab-4.0.12-py3-none-any.whl.metadata (15 kB)
Collecting notebook-shim<0.3,>=0.2 (from notebook->ridepy)
  Using cached notebook_shim-0.2.3-py3-none-any.whl (13 kB)
Collecting tornado>=6.2.0 (from notebook->ridepy)
  Using cached tornado-6.4-cp38-abi3-win_amd64.whl.metadata (2.6 kB)
Collecting click<9.0.0,>=7.1.1 (from typer->ridepy)
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting typing-extensions>=3.7.4.3 (from typer->ridepy)
  Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting colorama (from click<9.0.0,>=7.1.1->typer->ridepy)
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting zipp>=3.1.0 (from importlib-resources>=3.2.0->matplotlib->ridepy)
  Using cached zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached anyio-4.2.0-py3-none-any.whl.metadata (4.6 kB)
Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jinja2 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached jupyter_core-5.7.1-py3-none-any.whl.metadata (3.4 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl.metadata (5.6 kB)
Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached nbconvert-7.16.0-py3-none-any.whl.metadata (7.7 kB)
Collecting overrides (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached prometheus_client-0.19.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pywinpty (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl.metadata (5.2 kB)
Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl.metadata (5.1 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached terminado-0.18.0-py3-none-any.whl.metadata (5.8 kB)
Collecting traitlets>=5.6.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached traitlets-5.14.1-py3-none-any.whl.metadata (10 kB)
Collecting websocket-client (from jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB)
Collecting async-lru>=1.0.0 (from jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting importlib-metadata>=4.8.3 (from jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting ipykernel (from jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached ipykernel-6.29.2-py3-none-any.whl.metadata (6.0 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached jupyter_lsp-2.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting tomli (from jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting babel>=2.10 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB)
Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Collecting requests>=2.31 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=1.0->jupytext->ridepy)
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting fastjsonschema (from nbformat->jupytext->ridepy)
  Using cached fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.1->pandas<2->ridepy)
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting exceptiongroup>=1.0.2 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting MarkupSafe>=2.0 (from jinja2->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached referencing-0.33.0-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached rpds_py-0.17.1-cp39-none-win_amd64.whl.metadata (4.2 kB)
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)
Collecting pywin32>=300 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Collecting beautifulsoup4 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting pygments>=2.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached tinycss2-1.2.1-py3-none-any.whl (21 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached urllib3-2.2.0-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy)
  Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl (30 kB)
Collecting comm>=0.1.1 (from ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached comm-0.2.1-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl.metadata (1.1 kB)
Collecting ipython>=7.23.1 (from ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting nest-asyncio (from ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil (from ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached webcolors-1.13-py3-none-any.whl (14 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl.metadata (1.5 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.1,>=4.0.2->notebook->ridepy)
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy)
  Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl.metadata (1.8 kB)
Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB)
Using cached jupytext-1.16.1-py3-none-any.whl (152 kB)
Using cached loky-3.4.1-py3-none-any.whl (54 kB)
Using cached matplotlib-3.8.2-cp39-cp39-win_amd64.whl (7.6 MB)
Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
Using cached notebook-7.0.8-py3-none-any.whl (4.0 MB)
Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl (24.9 MB)
Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl (46.2 MB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.48.1-cp39-cp39-win_amd64.whl (2.2 MB)
Using cached importlib_resources-6.1.1-py3-none-any.whl (33 kB)
Using cached jupyter_server-2.12.5-py3-none-any.whl (380 kB)
Using cached jupyterlab-4.0.12-py3-none-any.whl (9.2 MB)
Using cached jupyterlab_server-2.25.2-py3-none-any.whl (58 kB)
Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached nbformat-5.9.2-py3-none-any.whl (77 kB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
Using cached tornado-6.4-cp38-abi3-win_amd64.whl (436 kB)
Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Using cached cloudpickle-3.0.0-py3-none-any.whl (20 kB)
Using cached mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB)
Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
Using cached anyio-4.2.0-py3-none-any.whl (85 kB)
Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Using cached importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
Using cached json5-0.9.14-py2.py3-none-any.whl (19 kB)
Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB)
Using cached jupyter_client-8.6.0-py3-none-any.whl (105 kB)
Using cached jupyter_core-5.7.1-py3-none-any.whl (28 kB)
Using cached jupyter_events-0.9.0-py3-none-any.whl (18 kB)
Using cached jupyter_lsp-2.2.2-py3-none-any.whl (68 kB)
Using cached nbconvert-7.16.0-py3-none-any.whl (257 kB)
Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl (1.2 MB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached terminado-0.18.0-py3-none-any.whl (14 kB)
Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl (1.4 MB)
Using cached traitlets-5.14.1-py3-none-any.whl (85 kB)
Using cached zipp-3.17.0-py3-none-any.whl (7.4 kB)
Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Using cached fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Using cached ipykernel-6.29.2-py3-none-any.whl (116 kB)
Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl (13 kB)
Using cached overrides-7.7.0-py3-none-any.whl (17 kB)
Using cached prometheus_client-0.19.0-py3-none-any.whl (54 kB)
Using cached websocket_client-1.7.0-py3-none-any.whl (58 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
Using cached comm-0.2.1-py3-none-any.whl (7.2 kB)
Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl (4.8 MB)
Using cached exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached ipython-8.18.1-py3-none-any.whl (808 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
Using cached mistune-3.0.2-py3-none-any.whl (47 kB)
Using cached nbclient-0.9.0-py3-none-any.whl (24 kB)
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Using cached platformdirs-4.2.0-py3-none-any.whl (17 kB)
Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
Using cached referencing-0.33.0-py3-none-any.whl (26 kB)
Using cached rpds_py-0.17.1-cp39-none-win_amd64.whl (206 kB)
Using cached urllib3-2.2.0-py3-none-any.whl (120 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
Using cached jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Using cached prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Using cached executing-2.0.1-py2.py3-none-any.whl (24 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl (9.7 kB)
Building wheels for collected packages: ridepy
  Building wheel for ridepy (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for ridepy (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [183 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-39
      creating build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\cli.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\data_structures.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\events.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\fleet_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\vehicle_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__init__.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__main__.py -> build\lib.win-amd64-cpython-39\ridepy
      creating build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      creating build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io_utils.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\simulation_set.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      creating build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\request_generators.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\testing_utils.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util
      creating build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\events.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\plotting.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\requests.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\stops.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\system.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\vehicle.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\helper_functions.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\ridepy\util\testing_utils_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      creating build\lib.win-amd64-cpython-39\lru-cache
      creating build\lib.win-amd64-cpython-39\lru-cache\include
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\entry.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\error.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\insertion-result.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\iterator-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\key-statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lowercase.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lru.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\timed-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\wrap.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-ordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-unordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\callback-manager.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\definitions.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\hash.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\last-accessed.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\optional.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\statistics-mutator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\timed-information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\utility.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      creating build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\cpp\main.cxx -> build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\data_structures_cython\data_structures.pyx -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\data_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.h -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\vehicle_state_cython\vehicle_state.pyx -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.pxd -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.h -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\datastructures.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\dispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\spaces.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\transportspace.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\vehiclestate.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers_utils.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\spaces_cython\spaces.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\spaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\ctransport_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\testing_utils_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      running build_ext
      building 'ridepy.data_structures_cython.data_structures' extension
      building 'ridepy.util.dispatchers_cython.cdispatchers' extension
      building 'ridepy.util.dispatchers_cython.dispatchers' extension
      building 'ridepy.util.spaces_cython.spaces' extension
      building 'ridepy.util.testing_utils_cython.dispatchers' extension
      building 'ridepy.vehicle_state_cython.vehicle_state' extension
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\spaces_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\spaces_cython\spaces.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\spaces_cython\spaces.obj -std=c++17
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\dispatchers_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/ridepy\util\dispatchers_cython -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\cdispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\cdispatchers.obj -std=c++17
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\testing_utils_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\testing_utils_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\testing_utils_cython\dispatchers.obj -std=c++17
      cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++17" wird ignoriert.
      cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++17" wird ignoriert.
      cdispatchers.cpp
      dispatchers.cpp
      cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++17" wird ignoriert.
      spaces.cpp
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\vehicle_state_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\vehicle_state_cython\vehicle_state.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\vehicle_state_cython\vehicle_state.obj -std=c++17
      cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++17" wird ignoriert.
      vehicle_state.cpp
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\data_structures_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\data_structures_cython\data_structures.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj -std=c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\dispatchers.obj -std=c++17
      cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++17" wird ignoriert.
      cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++17" wird ignoriert.
      data_structures.cpp
      dispatchers.cpp
      src/ridepy\data_structures_cython\data_structures.cpp(1123): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__URequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1135): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UTransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1147): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UInternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1171): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UStoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1184): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Request": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1198): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_TransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1212): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_InternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1244): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Stoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(11): warning STL4038: The contents of <optional> are available only with C++17 or later.
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2039: "optional" ist kein Member von "std".
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\string(23): note: Siehe Deklaration von "std"
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2061: Syntaxfehler: Bezeichner "optional"
      src/lru-cache/include\lru/internal/base-iterator.hpp(63): error C2631: "BaseIterator" : Eine Klasse oder Enumeration kann nicht in einer Aliasvorlage definiert werden
      src/lru-cache/include\lru/internal/base-iterator.hpp(214): fatal error C1903: Weiterverarbeitung nach vorherigem Fehler nicht m”glich; Kompilierung wird abgebrochen.
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(11): warning STL4038: The contents of <optional> are available only with C++17 or later.
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2039: "optional" ist kein Member von "std".
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\string(23): note: Siehe Deklaration von "std"
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2061: Syntaxfehler: Bezeichner "optional"
      src/lru-cache/include\lru/internal/base-iterator.hpp(63): error C2631: "BaseIterator" : Eine Klasse oder Enumeration kann nicht in einer Aliasvorlage definiert werden
      src/lru-cache/include\lru/internal/base-iterator.hpp(214): fatal error C1903: Weiterverarbeitung nach vorherigem Fehler nicht m”glich; Kompilierung wird abgebrochen.
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(11): warning STL4038: The contents of <optional> are available only with C++17 or later.
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2039: "optional" ist kein Member von "std".
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\string(23): note: Siehe Deklaration von "std"
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2061: Syntaxfehler: Bezeichner "optional"
      src/lru-cache/include\lru/internal/base-iterator.hpp(63): error C2631: "BaseIterator" : Eine Klasse oder Enumeration kann nicht in einer Aliasvorlage definiert werden
      src/lru-cache/include\lru/internal/base-iterator.hpp(214): fatal error C1903: Weiterverarbeitung nach vorherigem Fehler nicht m”glich; Kompilierung wird abgebrochen.
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(11): warning STL4038: The contents of <optional> are available only with C++17 or later.
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2039: "optional" ist kein Member von "std".
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\string(23): note: Siehe Deklaration von "std"
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2061: Syntaxfehler: Bezeichner "optional"
      src/lru-cache/include\lru/internal/base-iterator.hpp(63): error C2631: "BaseIterator" : Eine Klasse oder Enumeration kann nicht in einer Aliasvorlage definiert werden
      src/lru-cache/include\lru/internal/base-iterator.hpp(214): fatal error C1903: Weiterverarbeitung nach vorherigem Fehler nicht m”glich; Kompilierung wird abgebrochen.
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(11): warning STL4038: The contents of <optional> are available only with C++17 or later.
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2039: "optional" ist kein Member von "std".
      C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\string(23): note: Siehe Deklaration von "std"
      src/lru-cache/include\lru/internal/optional.hpp(34): error C2061: Syntaxfehler: Bezeichner "optional"
      src/lru-cache/include\lru/internal/base-iterator.hpp(63): error C2631: "BaseIterator" : Eine Klasse oder Enumeration kann nicht in einer Aliasvorlage definiert werden
      src/lru-cache/include\lru/internal/base-iterator.hpp(214): fatal error C1903: Weiterverarbeitung nach vorherigem Fehler nicht m”glich; Kompilierung wird abgebrochen.
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\libs /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64" /EXPORT:PyInit_data_structures build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /OUT:build\lib.win-amd64-cpython-39\ridepy\data_structures_cython\data_structures.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib
         Bibliothek "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib" und Objekt "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.exp" werden erstellt.
      Code wird generiert.
      Codegenerierung ist abgeschlossen.
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for ridepy
Failed to build ridepy
ERROR: Could not build wheels for ridepy, which is required to install pyproject.toml-based projects
fxjung commented 6 months ago

Thanks for reporting this! It looks like the problem here is that MSVC does not recognize the gcc arguments. I've introduced logic into the setup.py to check which compiler is used to compile the Cython/C++ part and set the arguments accordingly.

Before releasing this it would be extremely helpful if you could give the updated version a quick test. Just run

pip install "ridepy@git+https://github.com/PhysicsOfMobility/ridepy@7949ca1"

in your usual environment and run pytest afterwards, which should report no errors.

s-bien commented 6 months ago

Thanks for the quick reply! Unfortunately, the command resulted in the same error as before:

(ridepy-env) PS C:\Users\Samuel> pip install -U "ridepy@git+https://github.com/PhysicsOfMobility/ridepy@7949ca1"
Collecting ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1
  Cloning https://github.com/PhysicsOfMobility/ridepy (to revision 7949ca1) to c:\users\samuel\appdata\local\temp\pip-install-gtmj9nxy\ridepy_ad2aa46bc4114b00ad77e26fd66f4081
  Running command git clone --filter=blob:none --quiet https://github.com/PhysicsOfMobility/ridepy 'C:\Users\Samuel\AppData\Local\Temp\pip-install-gtmj9nxy\ridepy_ad2aa46bc4114b00ad77e26fd66f4081'
  WARNING: Did not find branch or tag '7949ca1', assuming revision or ref.
  Running command git checkout -q 7949ca1
  Resolved https://github.com/PhysicsOfMobility/ridepy to commit 7949ca1
  Running command git submodule update --init --recursive -q
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting decorator (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting networkx (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting numpy (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB)
Collecting pandas<2 (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pandas-1.5.3-cp39-cp39-win_amd64.whl (10.9 MB)
Collecting scipy (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting tabulate (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting notebook (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading notebook-7.1.0-py3-none-any.whl.metadata (10 kB)
Collecting jupytext (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupytext-1.16.1-py3-none-any.whl.metadata (12 kB)
Collecting matplotlib (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading matplotlib-3.8.3-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
Collecting cython==3.0a6 (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Cython-3.0a6-py2.py3-none-any.whl (1.0 MB)
Collecting loky (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached loky-3.4.1-py3-none-any.whl.metadata (6.4 kB)
Collecting typer (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading typer-0.9.0-py3-none-any.whl.metadata (14 kB)
Collecting pyarrow (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting python-dateutil>=2.8.1 (from pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1 (from pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting markdown-it-py>=1.0 (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting mdit-py-plugins (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB)
Collecting nbformat (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB)
Collecting packaging (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyyaml (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Collecting toml (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting cloudpickle (from loky->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB)
Collecting contourpy>=1.0.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading fonttools-4.49.0-cp39-cp39-win_amd64.whl.metadata (162 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.3/162.3 kB 1.2 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
Collecting pillow>=8 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)
Collecting jupyter-server<3,>=2.4.0 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_server-2.12.5-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.22.1 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading jupyterlab_server-2.25.3-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab<4.2,>=4.1.1 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading jupyterlab-4.1.1-py3-none-any.whl.metadata (15 kB)
Collecting notebook-shim<0.3,>=0.2 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB)
Collecting tornado>=6.2.0 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tornado-6.4-cp38-abi3-win_amd64.whl.metadata (2.6 kB)
Collecting click<9.0.0,>=7.1.1 (from typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting typing-extensions>=3.7.4.3 (from typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting colorama (from click<9.0.0,>=7.1.1->typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting zipp>=3.1.0 (from importlib-resources>=3.2.0->matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached anyio-4.2.0-py3-none-any.whl.metadata (4.6 kB)
Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jinja2 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_core-5.7.1-py3-none-any.whl.metadata (3.4 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl.metadata (5.6 kB)
Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbconvert-7.16.0-py3-none-any.whl.metadata (7.7 kB)
Collecting overrides (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading prometheus_client-0.20.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pywinpty (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl.metadata (5.2 kB)
Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl.metadata (5.1 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading Send2Trash-1.8.2-py3-none-any.whl.metadata (4.0 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached terminado-0.18.0-py3-none-any.whl.metadata (5.8 kB)
Collecting traitlets>=5.6.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached traitlets-5.14.1-py3-none-any.whl.metadata (10 kB)
Collecting websocket-client (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB)
Collecting async-lru>=1.0.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting httpx>=0.25.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached httpx-0.26.0-py3-none-any.whl.metadata (7.6 kB)
Collecting importlib-metadata>=4.8.3 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting ipykernel (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached ipykernel-6.29.2-py3-none-any.whl.metadata (6.0 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_lsp-2.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting tomli (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting babel>=2.10 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB)
Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Collecting requests>=2.31 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=1.0->jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting fastjsonschema (from nbformat->jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.1->pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting exceptiongroup>=1.0.2 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting certifi (from httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading httpcore-1.0.3-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Collecting MarkupSafe>=2.0 (from jinja2->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached referencing-0.33.0-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading rpds_py-0.18.0-cp39-none-win_amd64.whl.metadata (4.2 kB)
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)
Collecting pywin32>=300 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading pywin32-306-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Collecting beautifulsoup4 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting pygments>=2.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tinycss2-1.2.1-py3-none-any.whl (21 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached urllib3-2.2.0-py3-none-any.whl.metadata (6.4 kB)
Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl (30 kB)
Collecting comm>=0.1.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached comm-0.2.1-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl.metadata (1.1 kB)
Collecting ipython>=7.23.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting nest-asyncio (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading webcolors-1.13-py3-none-any.whl.metadata (2.6 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl.metadata (1.5 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl.metadata (1.8 kB)
Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB)
Using cached jupytext-1.16.1-py3-none-any.whl (152 kB)
Using cached loky-3.4.1-py3-none-any.whl (54 kB)
Downloading matplotlib-3.8.3-cp39-cp39-win_amd64.whl (7.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 2.1 MB/s eta 0:00:00
Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
Downloading notebook-7.1.0-py3-none-any.whl (5.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 4.1 MB/s eta 0:00:00
Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl (24.9 MB)
Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl (46.2 MB)
Using cached typer-0.9.0-py3-none-any.whl (45 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading fonttools-4.49.0-cp39-cp39-win_amd64.whl (2.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 4.5 MB/s eta 0:00:00
Using cached importlib_resources-6.1.1-py3-none-any.whl (33 kB)
Using cached jupyter_server-2.12.5-py3-none-any.whl (380 kB)
Downloading jupyterlab-4.1.1-py3-none-any.whl (11.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 5.0 MB/s eta 0:00:00
Downloading jupyterlab_server-2.25.3-py3-none-any.whl (58 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 3.0 MB/s eta 0:00:00
Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached nbformat-5.9.2-py3-none-any.whl (77 kB)
Downloading notebook_shim-0.2.4-py3-none-any.whl (13 kB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
Using cached tornado-6.4-cp38-abi3-win_amd64.whl (436 kB)
Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Using cached cloudpickle-3.0.0-py3-none-any.whl (20 kB)
Using cached mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB)
Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
Using cached anyio-4.2.0-py3-none-any.whl (85 kB)
Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Using cached httpx-0.26.0-py3-none-any.whl (75 kB)
Downloading httpcore-1.0.3-py3-none-any.whl (77 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 kB 4.2 MB/s eta 0:00:00
Using cached importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
Using cached json5-0.9.14-py2.py3-none-any.whl (19 kB)
Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB)
Using cached jupyter_client-8.6.0-py3-none-any.whl (105 kB)
Using cached jupyter_core-5.7.1-py3-none-any.whl (28 kB)
Using cached jupyter_events-0.9.0-py3-none-any.whl (18 kB)
Using cached jupyter_lsp-2.2.2-py3-none-any.whl (68 kB)
Using cached nbconvert-7.16.0-py3-none-any.whl (257 kB)
Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl (1.2 MB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Using cached terminado-0.18.0-py3-none-any.whl (14 kB)
Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl (1.4 MB)
Using cached traitlets-5.14.1-py3-none-any.whl (85 kB)
Using cached zipp-3.17.0-py3-none-any.whl (7.4 kB)
Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Using cached fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Using cached ipykernel-6.29.2-py3-none-any.whl (116 kB)
Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl (13 kB)
Using cached overrides-7.7.0-py3-none-any.whl (17 kB)
Downloading prometheus_client-0.20.0-py3-none-any.whl (54 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 2.9 MB/s eta 0:00:00
Using cached websocket_client-1.7.0-py3-none-any.whl (58 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
Using cached comm-0.2.1-py3-none-any.whl (7.2 kB)
Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl (4.8 MB)
Using cached exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached ipython-8.18.1-py3-none-any.whl (808 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
Using cached mistune-3.0.2-py3-none-any.whl (47 kB)
Using cached nbclient-0.9.0-py3-none-any.whl (24 kB)
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Using cached platformdirs-4.2.0-py3-none-any.whl (17 kB)
Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Using cached pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB)
Using cached referencing-0.33.0-py3-none-any.whl (26 kB)
Downloading rpds_py-0.18.0-cp39-none-win_amd64.whl (207 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 kB 4.3 MB/s eta 0:00:00
Using cached urllib3-2.2.0-py3-none-any.whl (120 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
Using cached jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Using cached prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached webcolors-1.13-py3-none-any.whl (14 kB)
Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Using cached executing-2.0.1-py2.py3-none-any.whl (24 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl (9.7 kB)
Building wheels for collected packages: ridepy
  Building wheel for ridepy (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for ridepy (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [285 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-39
      creating build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\cli.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\data_structures.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\events.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\fleet_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\vehicle_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__init__.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__main__.py -> build\lib.win-amd64-cpython-39\ridepy
      creating build\lib.win-amd64-cpython-39\lru-cache
      creating build\lib.win-amd64-cpython-39\lru-cache\tests
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\fuse_gmock_files.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\gmock_doctor.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\upload.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\upload_gmock.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_leak_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_output_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\gmock_gen.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\ast.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\gmock_class.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\gmock_class_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\keywords.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\tokenize.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\__init__.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\common.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\fuse_gtest_files.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\gen_gtest_pred_impl.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\pump.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\release_docs.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\upload.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\upload_gtest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_break_on_failure_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_catch_exceptions_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_color_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_env_var_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_filter_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_help_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_list_tests_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_output_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_shuffle_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_throw_on_failure_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_uninitialized_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_outfiles_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_output_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Scripts
      copying src\lru-cache\tests\googletest\googletest\xcode\Scripts\versiongenerate.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Scripts
      creating build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      creating build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io_utils.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\simulation_set.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      creating build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\request_generators.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\testing_utils.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util
      creating build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\events.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\plotting.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\requests.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\stops.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\system.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\vehicle.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\helper_functions.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\ridepy\util\testing_utils_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\lru-cache\tests\move-aware-dummies.hpp -> build\lib.win-amd64-cpython-39\lru-cache\tests
      creating build\lib.win-amd64-cpython-39\lru-cache\include
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\entry.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\error.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\insertion-result.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\iterator-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\key-statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lowercase.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lru.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\timed-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\wrap.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-ordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-unordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\callback-manager.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\definitions.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\hash.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\last-accessed.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\optional.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\statistics-mutator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\timed-information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\utility.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_link_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-cardinalities.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-function-mockers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-nice-strict.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-more-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-more-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-spec-builders.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-generated-internal-utils.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-internal-utils.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-generated-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\prime_tables.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample1.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample2.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample3-inl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample4.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\src
      copying src\lru-cache\tests\googletest\googletest\src\gtest-internal-inl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\src
      copying src\lru-cache\tests\googletest\googletest\test\gtest-param-test_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest-typed-test_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\production.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-death-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-message.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-param-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-printers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-spi.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-test-part.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-typed-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest_pred_impl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest_prod.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-death-test-internal.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-filepath.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-internal.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-linked_ptr.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-param-util-generated.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-param-util.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-port-arch.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-string.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-tuple.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-type-util.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest-printers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample
      copying src\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample\widget.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample
      creating build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\cpp\main.cxx -> build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\data_structures_cython\data_structures.pyx -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\data_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.h -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\vehicle_state_cython\vehicle_state.pyx -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.pxd -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.h -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\datastructures.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\dispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\spaces.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\transportspace.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\vehiclestate.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers_utils.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\spaces_cython\spaces.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\spaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\ctransport_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\testing_utils_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      running build_ext
      building 'ridepy.data_structures_cython.data_structures' extension
      building 'ridepy.util.dispatchers_cython.cdispatchers' extension
      building 'ridepy.util.dispatchers_cython.dispatchers' extension
      building 'ridepy.util.spaces_cython.spaces' extension
      building 'ridepy.util.testing_utils_cython.dispatchers' extension
      building 'ridepy.vehicle_state_cython.vehicle_state' extension
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\data_structures_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\vehicle_state_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\dispatchers_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\data_structures_cython\data_structures.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /std:c++17
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\dispatchers_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\vehicle_state_cython\vehicle_state.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\vehicle_state_cython\vehicle_state.obj /std:c++17
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\spaces_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\testing_utils_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\dispatchers.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/ridepy\util\dispatchers_cython -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\cdispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\cdispatchers.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\spaces_cython\spaces.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\spaces_cython\spaces.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\testing_utils_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\testing_utils_cython\dispatchers.obj /std:c++17
      spaces.cpp
      data_structures.cpp
      dispatchers.cpp
      vehicle_state.cpp
      dispatchers.cpp
      cdispatchers.cpp
      src/ridepy\data_structures_cython\data_structures.cpp(1120): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__URequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1132): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UTransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1144): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UInternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1168): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UStoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1181): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Request": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1195): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_TransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1209): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_InternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1241): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Stoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      C:\Users\Samuel\AppData\Local\Temp\pip-install-gtmj9nxy\ridepy_ad2aa46bc4114b00ad77e26fd66f4081\src\ridepy\util\spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\libs /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64" /EXPORT:PyInit_data_structures build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /OUT:build\lib.win-amd64-cpython-39\ridepy\data_structures_cython\data_structures.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib
         Bibliothek "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib" und Objekt "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.exp" werden erstellt.
      Code wird generiert.
      Codegenerierung ist abgeschlossen.
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for ridepy
Failed to build ridepy
ERROR: Could not build wheels for ridepy, which is required to install pyproject.toml-based projects
fxjung commented 6 months ago

It looks like MSVC now isn't able to find the boost libraries. Unfortunately I have no Windows machine around, so I can't try it myself. However, this stackoverflow answer seems to point into the right direction. Maybe you could check the value of the BOOST_ROOT environment variable?

Ridepy imports the library like this:

#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/dijkstra_shortest_paths.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/property_map/property_map.hpp>
s-bien commented 6 months ago

Apparently there was no environment variable BOOST_ROOT, so I created one and set it to match the Boost installation folder (in which e.g. the subdirectory boost/graph/... can be found). However, the same error appears when installing RidePy:

(ridepy-env) PS C:\Users\Samuel> pip install -U "ridepy@git+https://github.com/PhysicsOfMobility/ridepy@7949ca1"
Collecting ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1
  Cloning https://github.com/PhysicsOfMobility/ridepy (to revision 7949ca1) to c:\users\samuel\appdata\local\temp\pip-install-w15mv_5u\ridepy_07036e2a56184378b9756bc155ddec68
  Running command git clone --filter=blob:none --quiet https://github.com/PhysicsOfMobility/ridepy 'C:\Users\Samuel\AppData\Local\Temp\pip-install-w15mv_5u\ridepy_07036e2a56184378b9756bc155ddec68'
  WARNING: Did not find branch or tag '7949ca1', assuming revision or ref.
  Running command git checkout -q 7949ca1
  Resolved https://github.com/PhysicsOfMobility/ridepy to commit 7949ca1
  Running command git submodule update --init --recursive -q
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting decorator (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting networkx (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting numpy (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB)
Collecting pandas<2 (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pandas-1.5.3-cp39-cp39-win_amd64.whl (10.9 MB)
Collecting scipy (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting tabulate (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting notebook (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached notebook-7.1.0-py3-none-any.whl.metadata (10 kB)
Collecting jupytext (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupytext-1.16.1-py3-none-any.whl.metadata (12 kB)
Collecting matplotlib (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
Collecting cython==3.0a6 (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Cython-3.0a6-py2.py3-none-any.whl (1.0 MB)
Collecting loky (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached loky-3.4.1-py3-none-any.whl.metadata (6.4 kB)
Collecting typer (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached typer-0.9.0-py3-none-any.whl.metadata (14 kB)
Collecting pyarrow (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting python-dateutil>=2.8.1 (from pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1 (from pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting markdown-it-py>=1.0 (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting mdit-py-plugins (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB)
Collecting nbformat (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB)
Collecting packaging (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyyaml (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Collecting toml (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting cloudpickle (from loky->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB)
Collecting contourpy>=1.0.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fonttools-4.49.0-cp39-cp39-win_amd64.whl.metadata (162 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
Collecting pillow>=8 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)
Collecting jupyter-server<3,>=2.4.0 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_server-2.12.5-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.22.1 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyterlab_server-2.25.3-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab<4.2,>=4.1.1 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyterlab-4.1.1-py3-none-any.whl.metadata (15 kB)
Collecting notebook-shim<0.3,>=0.2 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB)
Collecting tornado>=6.2.0 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tornado-6.4-cp38-abi3-win_amd64.whl.metadata (2.6 kB)
Collecting click<9.0.0,>=7.1.1 (from typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting typing-extensions>=3.7.4.3 (from typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting colorama (from click<9.0.0,>=7.1.1->typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting zipp>=3.1.0 (from importlib-resources>=3.2.0->matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached anyio-4.2.0-py3-none-any.whl.metadata (4.6 kB)
Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jinja2 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_core-5.7.1-py3-none-any.whl.metadata (3.4 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl.metadata (5.6 kB)
Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbconvert-7.16.0-py3-none-any.whl.metadata (7.7 kB)
Collecting overrides (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached prometheus_client-0.20.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pywinpty (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl.metadata (5.2 kB)
Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl.metadata (5.1 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Send2Trash-1.8.2-py3-none-any.whl.metadata (4.0 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached terminado-0.18.0-py3-none-any.whl.metadata (5.8 kB)
Collecting traitlets>=5.6.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached traitlets-5.14.1-py3-none-any.whl.metadata (10 kB)
Collecting websocket-client (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB)
Collecting async-lru>=1.0.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting httpx>=0.25.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached httpx-0.26.0-py3-none-any.whl.metadata (7.6 kB)
Collecting importlib-metadata>=4.8.3 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting ipykernel (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached ipykernel-6.29.2-py3-none-any.whl.metadata (6.0 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_lsp-2.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting tomli (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting babel>=2.10 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB)
Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Collecting requests>=2.31 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=1.0->jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting fastjsonschema (from nbformat->jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.1->pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting exceptiongroup>=1.0.2 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting certifi (from httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached httpcore-1.0.3-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Collecting MarkupSafe>=2.0 (from jinja2->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached referencing-0.33.0-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rpds_py-0.18.0-cp39-none-win_amd64.whl.metadata (4.2 kB)
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)
Collecting pywin32>=300 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pywin32-306-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Collecting beautifulsoup4 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting pygments>=2.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tinycss2-1.2.1-py3-none-any.whl (21 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached urllib3-2.2.0-py3-none-any.whl.metadata (6.4 kB)
Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl (30 kB)
Collecting comm>=0.1.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached comm-0.2.1-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl.metadata (1.1 kB)
Collecting ipython>=7.23.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting nest-asyncio (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached webcolors-1.13-py3-none-any.whl.metadata (2.6 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl.metadata (1.5 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl.metadata (1.8 kB)
Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB)
Using cached jupytext-1.16.1-py3-none-any.whl (152 kB)
Using cached loky-3.4.1-py3-none-any.whl (54 kB)
Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl (7.6 MB)
Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
Using cached notebook-7.1.0-py3-none-any.whl (5.0 MB)
Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl (24.9 MB)
Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl (46.2 MB)
Using cached typer-0.9.0-py3-none-any.whl (45 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.49.0-cp39-cp39-win_amd64.whl (2.2 MB)
Using cached importlib_resources-6.1.1-py3-none-any.whl (33 kB)
Using cached jupyter_server-2.12.5-py3-none-any.whl (380 kB)
Using cached jupyterlab-4.1.1-py3-none-any.whl (11.4 MB)
Using cached jupyterlab_server-2.25.3-py3-none-any.whl (58 kB)
Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached nbformat-5.9.2-py3-none-any.whl (77 kB)
Using cached notebook_shim-0.2.4-py3-none-any.whl (13 kB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
Using cached tornado-6.4-cp38-abi3-win_amd64.whl (436 kB)
Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Using cached cloudpickle-3.0.0-py3-none-any.whl (20 kB)
Using cached mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB)
Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
Using cached anyio-4.2.0-py3-none-any.whl (85 kB)
Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Using cached httpx-0.26.0-py3-none-any.whl (75 kB)
Using cached httpcore-1.0.3-py3-none-any.whl (77 kB)
Using cached importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
Using cached json5-0.9.14-py2.py3-none-any.whl (19 kB)
Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB)
Using cached jupyter_client-8.6.0-py3-none-any.whl (105 kB)
Using cached jupyter_core-5.7.1-py3-none-any.whl (28 kB)
Using cached jupyter_events-0.9.0-py3-none-any.whl (18 kB)
Using cached jupyter_lsp-2.2.2-py3-none-any.whl (68 kB)
Using cached nbconvert-7.16.0-py3-none-any.whl (257 kB)
Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl (1.2 MB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Using cached terminado-0.18.0-py3-none-any.whl (14 kB)
Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl (1.4 MB)
Using cached traitlets-5.14.1-py3-none-any.whl (85 kB)
Using cached zipp-3.17.0-py3-none-any.whl (7.4 kB)
Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Using cached fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Using cached ipykernel-6.29.2-py3-none-any.whl (116 kB)
Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl (13 kB)
Using cached overrides-7.7.0-py3-none-any.whl (17 kB)
Using cached prometheus_client-0.20.0-py3-none-any.whl (54 kB)
Using cached websocket_client-1.7.0-py3-none-any.whl (58 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
Using cached comm-0.2.1-py3-none-any.whl (7.2 kB)
Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl (4.8 MB)
Using cached exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached ipython-8.18.1-py3-none-any.whl (808 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
Using cached mistune-3.0.2-py3-none-any.whl (47 kB)
Using cached nbclient-0.9.0-py3-none-any.whl (24 kB)
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Using cached platformdirs-4.2.0-py3-none-any.whl (17 kB)
Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Using cached pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB)
Using cached referencing-0.33.0-py3-none-any.whl (26 kB)
Using cached rpds_py-0.18.0-cp39-none-win_amd64.whl (207 kB)
Using cached urllib3-2.2.0-py3-none-any.whl (120 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
Using cached jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Using cached prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached webcolors-1.13-py3-none-any.whl (14 kB)
Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Using cached executing-2.0.1-py2.py3-none-any.whl (24 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl (9.7 kB)
Building wheels for collected packages: ridepy
  Building wheel for ridepy (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for ridepy (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [275 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-39
      creating build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\cli.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\data_structures.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\events.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\fleet_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\vehicle_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__init__.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__main__.py -> build\lib.win-amd64-cpython-39\ridepy
      creating build\lib.win-amd64-cpython-39\lru-cache
      creating build\lib.win-amd64-cpython-39\lru-cache\tests
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\fuse_gmock_files.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\gmock_doctor.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\upload.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\upload_gmock.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_leak_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_output_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\gmock_gen.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\ast.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\gmock_class.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\gmock_class_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\keywords.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\tokenize.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\__init__.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\common.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\fuse_gtest_files.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\gen_gtest_pred_impl.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\pump.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\release_docs.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\upload.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\upload_gtest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_break_on_failure_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_catch_exceptions_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_color_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_env_var_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_filter_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_help_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_list_tests_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_output_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_shuffle_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_throw_on_failure_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_uninitialized_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_outfiles_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_output_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Scripts
      copying src\lru-cache\tests\googletest\googletest\xcode\Scripts\versiongenerate.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Scripts
      creating build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      creating build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io_utils.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\simulation_set.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      creating build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\request_generators.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\testing_utils.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util
      creating build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\events.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\plotting.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\requests.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\stops.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\system.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\vehicle.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\helper_functions.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\ridepy\util\testing_utils_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\lru-cache\tests\move-aware-dummies.hpp -> build\lib.win-amd64-cpython-39\lru-cache\tests
      creating build\lib.win-amd64-cpython-39\lru-cache\include
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\entry.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\error.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\insertion-result.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\iterator-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\key-statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lowercase.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lru.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\timed-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\wrap.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-ordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-unordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\callback-manager.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\definitions.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\hash.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\last-accessed.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\optional.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\statistics-mutator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\timed-information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\utility.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_link_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-cardinalities.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-function-mockers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-nice-strict.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-more-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-more-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-spec-builders.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-generated-internal-utils.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-internal-utils.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-generated-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\prime_tables.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample1.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample2.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample3-inl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample4.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\src
      copying src\lru-cache\tests\googletest\googletest\src\gtest-internal-inl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\src
      copying src\lru-cache\tests\googletest\googletest\test\gtest-param-test_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest-typed-test_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\production.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-death-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-message.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-param-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-printers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-spi.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-test-part.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-typed-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest_pred_impl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest_prod.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-death-test-internal.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-filepath.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-internal.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-linked_ptr.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-param-util-generated.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-param-util.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-port-arch.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-string.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-tuple.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-type-util.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest-printers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample
      copying src\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample\widget.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample
      creating build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\cpp\main.cxx -> build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\data_structures_cython\data_structures.pyx -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\data_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.h -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\vehicle_state_cython\vehicle_state.pyx -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.pxd -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.h -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\datastructures.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\dispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\spaces.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\transportspace.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\vehiclestate.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers_utils.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\spaces_cython\spaces.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\spaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\ctransport_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\testing_utils_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      running build_ext
      building 'ridepy.data_structures_cython.data_structures' extension
      building 'ridepy.util.dispatchers_cython.cdispatchers' extension
      building 'ridepy.util.dispatchers_cython.dispatchers' extension
      building 'ridepy.util.spaces_cython.spaces' extension
      building 'ridepy.util.testing_utils_cython.dispatchers' extension
      building 'ridepy.vehicle_state_cython.vehicle_state' extension
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\dispatchers_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\spaces_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\testing_utils_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/ridepy\util\dispatchers_cython -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\cdispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\cdispatchers.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\spaces_cython\spaces.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\spaces_cython\spaces.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\testing_utils_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\testing_utils_cython\dispatchers.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\dispatchers.obj /std:c++17
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\vehicle_state_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\data_structures_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\vehicle_state_cython\vehicle_state.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\vehicle_state_cython\vehicle_state.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\data_structures_cython\data_structures.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /std:c++17
      vehicle_state.cpp
      cdispatchers.cpp
      dispatchers.cpp
      data_structures.cpp
      dispatchers.cpp
      spaces.cpp
      src/ridepy\data_structures_cython\data_structures.cpp(1120): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__URequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1132): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UTransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1144): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UInternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1168): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UStoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1181): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Request": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1195): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_TransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1209): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_InternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1241): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Stoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directorysrc/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory

      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      C:\Users\Samuel\AppData\Local\Temp\pip-install-w15mv_5u\ridepy_07036e2a56184378b9756bc155ddec68\src\ridepy\util\spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\libs /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64" /EXPORT:PyInit_data_structures build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /OUT:build\lib.win-amd64-cpython-39\ridepy\data_structures_cython\data_structures.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib
         Bibliothek "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib" und Objekt "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.exp" werden erstellt.
      Code wird generiert.
      Codegenerierung ist abgeschlossen.
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for ridepy
Failed to build ridepy
ERROR: Could not build wheels for ridepy, which is required to install pyproject.toml-based projects
s-bien commented 6 months ago

By the way, I found a workaround by running Python on WSL (Windows Subsystem for Linux, essentially a minimalist Linux VM). So it's not a pressing issue for me to install RidePy on Windows, if there are other dev priorities :)

fxjung commented 6 months ago

Hmm... maybe also set BOOST_LIBRARYDIR? (See here.) I will try to reproduce this as soon as I have some free time and a Windows setup. WSL is also a great option, of course.

s-bien commented 6 months ago

Still the same error:

(ridepy-env) PS C:\Users\Samuel> pip install -U "ridepy@git+https://github.com/PhysicsOfMobility/ridepy@7949ca1"
Collecting ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1
  Cloning https://github.com/PhysicsOfMobility/ridepy (to revision 7949ca1) to c:\users\samuel\appdata\local\temp\pip-install-f56ngoi2\ridepy_ad92e0fdaa4c4e4c8a8a0777dc6289b5
  Running command git clone --filter=blob:none --quiet https://github.com/PhysicsOfMobility/ridepy 'C:\Users\Samuel\AppData\Local\Temp\pip-install-f56ngoi2\ridepy_ad92e0fdaa4c4e4c8a8a0777dc6289b5'
  WARNING: Did not find branch or tag '7949ca1', assuming revision or ref.
  Running command git checkout -q 7949ca1
  Resolved https://github.com/PhysicsOfMobility/ridepy to commit 7949ca1
  Running command git submodule update --init --recursive -q
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting decorator (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting networkx (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting numpy (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB)
Collecting pandas<2 (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading pandas-1.5.3-cp39-cp39-win_amd64.whl.metadata (12 kB)
Collecting scipy (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting tabulate (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting notebook (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached notebook-7.1.0-py3-none-any.whl.metadata (10 kB)
Collecting jupytext (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupytext-1.16.1-py3-none-any.whl.metadata (12 kB)
Collecting matplotlib (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
Collecting cython==3.0a6 (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Cython-3.0a6-py2.py3-none-any.whl (1.0 MB)
Collecting loky (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached loky-3.4.1-py3-none-any.whl.metadata (6.4 kB)
Collecting typer (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached typer-0.9.0-py3-none-any.whl.metadata (14 kB)
Collecting pyarrow (from ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting python-dateutil>=2.8.1 (from pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1 (from pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting markdown-it-py>=1.0 (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting mdit-py-plugins (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB)
Collecting nbformat (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB)
Collecting packaging (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyyaml (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Collecting toml (from jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting cloudpickle (from loky->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB)
Collecting contourpy>=1.0.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fonttools-4.49.0-cp39-cp39-win_amd64.whl.metadata (162 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
Collecting pillow>=8 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)
Collecting jupyter-server<3,>=2.4.0 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_server-2.12.5-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.22.1 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyterlab_server-2.25.3-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab<4.2,>=4.1.1 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading jupyterlab-4.1.2-py3-none-any.whl.metadata (15 kB)
Collecting notebook-shim<0.3,>=0.2 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB)
Collecting tornado>=6.2.0 (from notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached tornado-6.4-cp38-abi3-win_amd64.whl.metadata (2.6 kB)
Collecting click<9.0.0,>=7.1.1 (from typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting typing-extensions>=3.7.4.3 (from typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting colorama (from click<9.0.0,>=7.1.1->typer->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting zipp>=3.1.0 (from importlib-resources>=3.2.0->matplotlib->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jinja2 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_core-5.7.1-py3-none-any.whl.metadata (3.4 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl.metadata (5.6 kB)
Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading nbconvert-7.16.1-py3-none-any.whl.metadata (8.0 kB)
Collecting overrides (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached prometheus_client-0.20.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pywinpty (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl.metadata (5.2 kB)
Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl.metadata (5.1 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Send2Trash-1.8.2-py3-none-any.whl.metadata (4.0 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached terminado-0.18.0-py3-none-any.whl.metadata (5.8 kB)
Collecting traitlets>=5.6.0 (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached traitlets-5.14.1-py3-none-any.whl.metadata (10 kB)
Collecting websocket-client (from jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB)
Collecting async-lru>=1.0.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting httpx>=0.25.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting importlib-metadata>=4.8.3 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting ipykernel (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached ipykernel-6.29.2-py3-none-any.whl.metadata (6.0 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyter_lsp-2.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting tomli (from jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
Collecting babel>=2.10 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading json5-0.9.17-py2.py3-none-any.whl.metadata (24 kB)
Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Collecting requests>=2.31 (from jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=1.0->jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting fastjsonschema (from nbformat->jupytext->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.1->pandas<2->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading sniffio-1.3.0-py3-none-any.whl.metadata (3.6 kB)
Collecting exceptiongroup>=1.0.2 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting certifi (from httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading httpcore-1.0.4-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting MarkupSafe>=2.0 (from jinja2->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached referencing-0.33.0-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rpds_py-0.18.0-cp39-none-win_amd64.whl.metadata (4.2 kB)
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)
Collecting pywin32>=300 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pywin32-306-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Collecting beautifulsoup4 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting pygments>=2.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading tinycss2-1.2.1-py3-none-any.whl.metadata (3.0 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.31->jupyterlab-server<3,>=2.22.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl.metadata (6.7 kB)
Collecting comm>=0.1.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached comm-0.2.1-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl.metadata (1.1 kB)
Collecting ipython>=7.23.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading matplotlib_inline-0.1.6-py3-none-any.whl.metadata (2.8 kB)
Collecting nest-asyncio (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil (from ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached webcolors-1.13-py3-none-any.whl.metadata (2.6 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl.metadata (1.5 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading parso-0.8.3-py2.py3-none-any.whl.metadata (7.5 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<4.2,>=4.1.1->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Downloading pure_eval-0.2.2-py3-none-any.whl.metadata (6.2 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->ridepy@ git+https://github.com/PhysicsOfMobility/ridepy@7949ca1)
  Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl.metadata (1.8 kB)
Using cached pandas-1.5.3-cp39-cp39-win_amd64.whl (10.9 MB)
Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB)
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Using cached jupytext-1.16.1-py3-none-any.whl (152 kB)
Using cached loky-3.4.1-py3-none-any.whl (54 kB)
Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl (7.6 MB)
Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
Using cached notebook-7.1.0-py3-none-any.whl (5.0 MB)
Using cached pyarrow-15.0.0-cp39-cp39-win_amd64.whl (24.9 MB)
Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl (46.2 MB)
Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Using cached typer-0.9.0-py3-none-any.whl (45 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.49.0-cp39-cp39-win_amd64.whl (2.2 MB)
Using cached importlib_resources-6.1.1-py3-none-any.whl (33 kB)
Using cached jupyter_server-2.12.5-py3-none-any.whl (380 kB)
Downloading jupyterlab-4.1.2-py3-none-any.whl (11.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 2.8 MB/s eta 0:00:00
Using cached jupyterlab_server-2.25.3-py3-none-any.whl (58 kB)
Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached nbformat-5.9.2-py3-none-any.whl (77 kB)
Using cached notebook_shim-0.2.4-py3-none-any.whl (13 kB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
Using cached tornado-6.4-cp38-abi3-win_amd64.whl (436 kB)
Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Using cached cloudpickle-3.0.0-py3-none-any.whl (20 kB)
Using cached mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB)
Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
Downloading anyio-4.3.0-py3-none-any.whl (85 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 2.4 MB/s eta 0:00:00
Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 2.1 MB/s eta 0:00:00
Downloading httpcore-1.0.4-py3-none-any.whl (77 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 2.1 MB/s eta 0:00:00
Using cached importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
Downloading json5-0.9.17-py2.py3-none-any.whl (23 kB)
Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB)
Using cached jupyter_client-8.6.0-py3-none-any.whl (105 kB)
Using cached jupyter_core-5.7.1-py3-none-any.whl (28 kB)
Using cached jupyter_events-0.9.0-py3-none-any.whl (18 kB)
Using cached jupyter_lsp-2.2.2-py3-none-any.whl (68 kB)
Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading nbconvert-7.16.1-py3-none-any.whl (257 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.3/257.3 kB 3.9 MB/s eta 0:00:00
Using cached pyzmq-25.1.2-cp39-cp39-win_amd64.whl (1.2 MB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Using cached terminado-0.18.0-py3-none-any.whl (14 kB)
Using cached pywinpty-2.0.12-cp39-none-win_amd64.whl (1.4 MB)
Using cached traitlets-5.14.1-py3-none-any.whl (85 kB)
Using cached zipp-3.17.0-py3-none-any.whl (7.4 kB)
Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Using cached fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Using cached ipykernel-6.29.2-py3-none-any.whl (116 kB)
Using cached jupyter_server_terminals-0.5.2-py3-none-any.whl (13 kB)
Using cached overrides-7.7.0-py3-none-any.whl (17 kB)
Using cached prometheus_client-0.20.0-py3-none-any.whl (54 kB)
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Using cached websocket_client-1.7.0-py3-none-any.whl (58 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
Using cached comm-0.2.1-py3-none-any.whl (7.2 kB)
Using cached debugpy-1.8.1-cp39-cp39-win_amd64.whl (4.8 MB)
Using cached exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached ipython-8.18.1-py3-none-any.whl (808 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Using cached mistune-3.0.2-py3-none-any.whl (47 kB)
Using cached nbclient-0.9.0-py3-none-any.whl (24 kB)
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Using cached platformdirs-4.2.0-py3-none-any.whl (17 kB)
Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Using cached pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB)
Using cached referencing-0.33.0-py3-none-any.whl (26 kB)
Using cached rpds_py-0.18.0-cp39-none-win_amd64.whl (207 kB)
Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 3.6 MB/s eta 0:00:00
Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl (30 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
Using cached tinycss2-1.2.1-py3-none-any.whl (21 kB)
Using cached cffi-1.16.0-cp39-cp39-win_amd64.whl (181 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
Using cached jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Using cached prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached webcolors-1.13-py3-none-any.whl (14 kB)
Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Using cached executing-2.0.1-py2.py3-none-any.whl (24 kB)
Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached types_python_dateutil-2.8.19.20240106-py3-none-any.whl (9.7 kB)
Building wheels for collected packages: ridepy
  Building wheel for ridepy (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for ridepy (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [285 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-39
      creating build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\cli.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\data_structures.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\events.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\fleet_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\vehicle_state.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__init__.py -> build\lib.win-amd64-cpython-39\ridepy
      copying src\ridepy\__main__.py -> build\lib.win-amd64-cpython-39\ridepy
      creating build\lib.win-amd64-cpython-39\lru-cache
      creating build\lib.win-amd64-cpython-39\lru-cache\tests
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\fuse_gmock_files.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\gmock_doctor.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\upload.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      copying src\lru-cache\tests\googletest\googlemock\scripts\upload_gmock.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_leak_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_output_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\gmock_gen.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\ast.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\gmock_class.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\gmock_class_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\keywords.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\tokenize.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      copying src\lru-cache\tests\googletest\googlemock\scripts\generator\cpp\__init__.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\scripts\generator\cpp
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\common.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\fuse_gtest_files.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\gen_gtest_pred_impl.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\pump.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\release_docs.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\upload.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      copying src\lru-cache\tests\googletest\googletest\scripts\upload_gtest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\scripts
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_break_on_failure_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_catch_exceptions_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_color_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_env_var_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_filter_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_help_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_list_tests_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_output_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_shuffle_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_throw_on_failure_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_uninitialized_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_outfiles_test.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_output_unittest.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest_xml_test_utils.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Scripts
      copying src\lru-cache\tests\googletest\googletest\xcode\Scripts\versiongenerate.py -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Scripts
      creating build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      creating build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\io_utils.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\simulation_set.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      copying src\ridepy\extras\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\extras
      creating build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\request_generators.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\spaces.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\testing_utils.py -> build\lib.win-amd64-cpython-39\ridepy\util
      copying src\ridepy\util\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util
      creating build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\events.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\plotting.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\requests.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\stops.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\system.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\vehicle.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      copying src\ridepy\util\analytics\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\analytics
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\helper_functions.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      copying src\ridepy\util\dispatchers\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers
      creating build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      creating build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\ridepy\util\testing_utils_cython\__init__.py -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      copying src\lru-cache\tests\move-aware-dummies.hpp -> build\lib.win-amd64-cpython-39\lru-cache\tests
      creating build\lib.win-amd64-cpython-39\lru-cache\include
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\entry.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\error.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\insertion-result.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\iterator-tags.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\key-statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lowercase.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\lru.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\statistics.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\timed-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      copying src\lru-cache\include\lru\wrap.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru
      creating build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-cache.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-ordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\base-unordered-iterator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\callback-manager.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\definitions.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\hash.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\last-accessed.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\optional.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\statistics-mutator.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\timed-information.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\include\lru\internal\utility.hpp -> build\lib.win-amd64-cpython-39\lru-cache\include\lru\internal
      copying src\lru-cache\tests\googletest\googlemock\test\gmock_link_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-cardinalities.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-function-mockers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-generated-nice-strict.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-more-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-more-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock-spec-builders.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\gmock.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-generated-internal-utils.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-internal-utils.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\gmock-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-generated-actions.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-matchers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      copying src\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom\gmock-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googlemock\include\gmock\internal\custom
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\prime_tables.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample1.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample2.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample3-inl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      copying src\lru-cache\tests\googletest\googletest\samples\sample4.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\samples
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\src
      copying src\lru-cache\tests\googletest\googletest\src\gtest-internal-inl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\src
      copying src\lru-cache\tests\googletest\googletest\test\gtest-param-test_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\gtest-typed-test_test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      copying src\lru-cache\tests\googletest\googletest\test\production.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\test
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-death-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-message.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-param-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-printers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-spi.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-test-part.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest-typed-test.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest_pred_impl.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      copying src\lru-cache\tests\googletest\googletest\include\gtest\gtest_prod.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-death-test-internal.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-filepath.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-internal.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-linked_ptr.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-param-util-generated.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-param-util.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-port-arch.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-string.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-tuple.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\gtest-type-util.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest-port.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest-printers.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      copying src\lru-cache\tests\googletest\googletest\include\gtest\internal\custom\gtest.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\include\gtest\internal\custom
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples
      creating build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample
      copying src\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample\widget.h -> build\lib.win-amd64-cpython-39\lru-cache\tests\googletest\googletest\xcode\Samples\FrameworkSample
      creating build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\cpp\main.cxx -> build\lib.win-amd64-cpython-39\ridepy\cpp
      copying src\ridepy\data_structures_cython\data_structures.pyx -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\data_structures.pxd -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\data_structures_cython\cdata_structures.h -> build\lib.win-amd64-cpython-39\ridepy\data_structures_cython
      copying src\ridepy\vehicle_state_cython\vehicle_state.pyx -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.pxd -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      copying src\ridepy\vehicle_state_cython\cvehicle_state.h -> build\lib.win-amd64-cpython-39\ridepy\vehicle_state_cython
      creating build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\datastructures.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\dispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\spaces.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\transportspace.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\cpp\ridepy\vehiclestate.h -> build\lib.win-amd64-cpython-39\ridepy\cpp\ridepy
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\dispatchers.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\dispatchers_cython\cdispatchers_utils.h -> build\lib.win-amd64-cpython-39\ridepy\util\dispatchers_cython
      copying src\ridepy\util\spaces_cython\spaces.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\spaces.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\__init__.pxd -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.cxx -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\boost_graph_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\cspaces.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\spaces_cython\ctransport_space.h -> build\lib.win-amd64-cpython-39\ridepy\util\spaces_cython
      copying src\ridepy\util\testing_utils_cython\dispatchers.pyx -> build\lib.win-amd64-cpython-39\ridepy\util\testing_utils_cython
      running build_ext
      building 'ridepy.data_structures_cython.data_structures' extension
      building 'ridepy.util.dispatchers_cython.cdispatchers' extension
      building 'ridepy.util.dispatchers_cython.dispatchers' extension
      building 'ridepy.util.spaces_cython.spaces' extension
      building 'ridepy.util.testing_utils_cython.dispatchers' extension
      building 'ridepy.vehicle_state_cython.vehicle_state' extension
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\data_structures_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\data_structures_cython\data_structures.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /std:c++17
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\vehicle_state_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\spaces_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\dispatchers_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\dispatchers_cython
      creating build\temp.win-amd64-cpython-39\Release\src\ridepy\util\testing_utils_cython
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\vehicle_state_cython\vehicle_state.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\vehicle_state_cython\vehicle_state.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\spaces_cython\spaces.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\spaces_cython\spaces.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/ridepy\util\dispatchers_cython -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\cdispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\cdispatchers.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\testing_utils_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\testing_utils_cython\dispatchers.obj /std:c++17
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Isrc/lru-cache/include -Isrc/ridepy/util/spaces_cython -Isrc/ridepy/util/dispatchers_cython -Isrc/ridepy/data_structures_cython -IC:\Users\Samuel\anaconda3\envs\ridepy-env\include -IC:\Users\Samuel\anaconda3\envs\ridepy-env\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /EHsc /Tpsrc/ridepy\util\dispatchers_cython\dispatchers.cpp /Fobuild\temp.win-amd64-cpython-39\Release\src/ridepy\util\dispatchers_cython\dispatchers.obj /std:c++17
      vehicle_state.cpp
      spaces.cpp
      data_structures.cpp
      cdispatchers.cpp
      dispatchers.cpp
      dispatchers.cpp
      src/ridepy\data_structures_cython\data_structures.cpp(1120): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__URequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1132): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UTransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1144): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UInternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1168): warning C4624: "__pyx_t_6ridepy_22data_structures_cython_15data_structures__UStoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1181): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Request": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1195): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_TransportationRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1209): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_InternalRequest": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy\data_structures_cython\data_structures.cpp(1241): warning C4624: "__pyx_obj_6ridepy_22data_structures_cython_15data_structures_Stoplist": Der Destruktor wurde impliziert als gel”scht definiert.
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      C:\Users\Samuel\AppData\Local\Temp\pip-install-f56ngoi2\ridepy_ad92e0fdaa4c4e4c8a8a0777dc6289b5\src\ridepy\util\spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      src/ridepy/util/spaces_cython\boost_graph_space.h(4): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "boost/graph/adjacency_list.hpp": No such file or directory
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\libs /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env /LIBPATH:C:\Users\Samuel\anaconda3\envs\ridepy-env\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64" /EXPORT:PyInit_data_structures build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.obj /OUT:build\lib.win-amd64-cpython-39\ridepy\data_structures_cython\data_structures.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib
         Bibliothek "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.lib" und Objekt "build\temp.win-amd64-cpython-39\Release\src/ridepy\data_structures_cython\data_structures.cp39-win_amd64.exp" werden erstellt.
      Code wird generiert.
      Codegenerierung ist abgeschlossen.
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for ridepy
Failed to build ridepy
ERROR: Could not build wheels for ridepy, which is required to install pyproject.toml-based projects