AllenCell / allencell-segmenter-ml

Napari plugin for ml segmentation
Other
1 stars 1 forks source link

Training/Prediction Demo #309

Open yrkim98 opened 6 months ago

yrkim98 commented 6 months ago

We want to be able to demo the plugin at a friday meeting, either on 5/17 or 5/24. @benjijamorris has already fine-tuned some parameters for the variance dataset, and has been able to achieve good segmentation results through the API.

We need to be able prove we can replicate that through the plugin on a windows workstation. This is what we need for the demo:

  1. Models trained through the plugin that are able to give good segmentation results. We need good models for multiple (2+) variance datasets.
  2. demo of models doing prediction, either through screen captured video or live.
  3. parameters used to train the models, for reproducibility.

We have a windows workstation ready for @amilworks, and you could start by testing version 0.1.1.dev0 on artifactory (available w/ pip install --index-url https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/simple allencell-ml-segmenter==0.1.1.dev0 while connected to vpn). We'll release another version later in the week with user-defined patch sizes which we can install when ready.

amilworks commented 6 months ago

Issues

The goal is to run the artifactory version of the plugin on a Windows workstation. We will also be testing the functionality of Segmenter ML, specifically training on a variety of datasets.

Python 3.11 Issue

When running on Python 3.11.0, the plugin install is stopped by a python version issue.

ERROR: Ignored the following versions that require a different python version: 0.0.0 Requires-Python >=3.8,<3.11; 0.1.0 Requires-Python >=3.8,<3.11; 0.1.1 Requires-Python >=3.8,<3.11; 0.1.2 Requires-Python >=3.8,<3.11; 0.1.3 Requires-Python >=3.8,<3.11; 0.1.4 Requires-Python >=3.8,<3.11; 0.1.5 Requires-Python <3.11,>=3.8; 0.1.6 Requires-Python <3.11,>=3.9; 0.1.7 Requires-Python <3.11,>=3.9; 0.10.6 Requires-Python >=2.7, <3.6; 0.10.7 Requires-Python >=2.7, <3.6; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement cyto-dl>=0.1.7 (from allencell-ml-segmenter) (from versions: none)
ERROR: No matching distribution found for cyto-dl>=0.1.7

[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: python.exe -m pip install --upgrade pip
(segmenter-3.11-0.1.1) PS C:\Users\Administrator\Documents> python -V
Python 3.11.0

Testing on Python 3.10.8 (Windows)

Setup venv

# Create venv
python -m venv segmenter-3.10.8-0.1.1

# Activate venv
.\segmenter-3.10.8-0.1.1\Scripts\activate

Install Segmenter ML

pip install --index-url https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/simple allencell-ml-segmenter==0.1.1.dev0

Error

When running the pip install from artifactory, looks like a compiler is missing

INFO: pip is looking at multiple versions of scipy to determine which version is compatible with other requirements. This could take a while.
Collecting scipy>=1.5.4
  Downloading https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/packages/packages/fd/a7/5f829b100d208c85163aecba93faf01d088d944fc91585338751d812f1e4/scipy-1.12.0-cp310-cp310-win_amd64.whl (46.2 MB)
     ---------------------------------------- 46.2/46.2 MB 20.5 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of scikit-learn to determine which version is compatible with other requirements. This could take a while.
Collecting scikit-learn>=1.2
  Downloading https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/packages/packages/5d/85/6dff36f75ed9707f65fbd15832d599e2ebec6962d2e52fbbfba22c2df088/scikit_learn-1.4.1.post1-cp310-cp310-win_amd64.whl (10.6 MB)
     ---------------------------------------- 10.6/10.6 MB 73.1 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of scikit-image[data] to determine which version is compatible with other requirements. This could take a while.
Collecting scikit-image[data]>=0.19.1
  Downloading https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/packages/packages/1f/25/473907e98b1b1ec1b1193c80f0b7080ed30ea39ba774bec1fb23f5b32b05/scikit_image-0.23.1-cp310-cp310-win_amd64.whl (12.7 MB)
     ---------------------------------------- 12.7/12.7 MB 81.8 MB/s eta 0:00:00
  Downloading https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/packages/packages/dd/5f/b4be45ed6312657e7ef784bfa579844d2aa1ce1e6dff1194a22b6d0db16b/scikit_image-0.23.0.tar.gz (22.7 MB)
     ---------------------------------------- 22.7/22.7 MB 50.4 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      + meson setup C:\Users\Administrator\AppData\Local\Temp\2\pip-install-ry42kny1\scikit-image_d7e0bcb348114b53982095c05205dd38 C:\Users\Administrator\AppData\Local\Temp\2\pip-install-ry42kny1\scikit-image_d7e0bcb348114b53982095c05205dd38\.mesonpy-luim6lyc -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\Administrator\AppData\Local\Temp\2\pip-install-ry42kny1\scikit-image_d7e0bcb348114b53982095c05205dd38\.mesonpy-luim6lyc\meson-python-native-file.ini
      The Meson build system
      Version: 1.4.0
      Source dir: C:\Users\Administrator\AppData\Local\Temp\2\pip-install-ry42kny1\scikit-image_d7e0bcb348114b53982095c05205dd38
      Build dir: C:\Users\Administrator\AppData\Local\Temp\2\pip-install-ry42kny1\scikit-image_d7e0bcb348114b53982095c05205dd38\.mesonpy-luim6lyc
      Build type: native build
      Project name: scikit-image
      Project version: 0.23.0
      WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe

      ..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
      The following exception(s) were encountered:
      Running `icl ""` gave "[WinError 2] The system cannot find the file specified"
      Running `cl /?` gave "[WinError 2] The system cannot find the file specified"
      Running `cc --version` gave "[WinError 2] The system cannot find the file specified"
      Running `gcc --version` gave "[WinError 2] The system cannot find the file specified"
      Running `clang --version` gave "[WinError 2] The system cannot find the file specified"
      Running `clang-cl /?` gave "[WinError 2] The system cannot find the file specified"
      Running `pgcc --version` gave "[WinError 2] The system cannot find the file specified"

      A full log can be found at C:\Users\Administrator\AppData\Local\Temp\2\pip-install-ry42kny1\scikit-image_d7e0bcb348114b53982095c05205dd38\.mesonpy-luim6lyc\meson-logs\meson-log.txt
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

To fix this I installed the Visual Studio Build Tools from Microsoft then reran the pip install. It started compiling, then I ran into this error:

 Downloading https://artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-virtual/packages/packages/dd/5f/b4be45ed6312657e7ef784bfa579844d2aa1ce1e6dff1194a22b6d0db16b/scikit_image-0.23.0.tar.gz (22.7 MB)
     ---------------------------------------- 22.7/22.7 MB 50.4 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [698 lines of output]
      + meson setup C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\.mesonpy-bepnm7jc -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\.mesonpy-bepnm7jc\meson-python-native-file.ini
      The Meson build system
      Version: 1.4.0
      Source dir: C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c
      Build dir: C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\.mesonpy-bepnm7jc
      Build type: native build
      Project name: scikit-image
      Project version: 0.23.0
      Activating VS 17.9.6
      C compiler for the host machine: cl (msvc 19.39.33523 "Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33523 for x64")
      C linker for the host machine: link link 14.39.33523.0
      C++ compiler for the host machine: cl (msvc 19.39.33523 "Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33523 for x64")
      C++ linker for the host machine: link link 14.39.33523.0
      Host machine cpu family: x86_64
      Host machine cpu: x86_64
      Compiler for C supports arguments -Wno-unused-function: NO
      Library m found: NO
      Checking if "-Wl,--version-script" : links: NO
      Program cython found: YES (C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Scripts\cython.EXE)
      Program pythran found: YES (C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Scripts\pythran.EXE)
      Program skimage/_build_utils/copyfiles.py found: YES (python C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\skimage/_build_utils/copyfiles.py)
      Program python found: YES (C:\Users\Administrator\Documents\segmenter-3.10.8-0.1.1\Scripts\python.exe)
      Run-time dependency python found: YES 3.10
      Program _build_utils/cythoner.py found: YES (python C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\skimage\_build_utils/cythoner.py)
      Compiler for C++ supports arguments -Wno-cpp: NO
      Build targets in project: 58

      scikit-image 0.23.0

        User defined options
          Native files: C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\.mesonpy-bepnm7jc\meson-python-native-file.ini
          buildtype   : release
          b_ndebug    : if-release
          b_vscrt     : md

      Found ninja.EXE-1.11.1.git.kitware.jobserver-1 at C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\normal\Scripts\ninja.EXE
      + meson compile
      [1/168] Generating 'skimage\\_shared\\fast_exp.cp310-win_amd64.pyd.p\\fast_exp.c'
      [2/168] Generating 'skimage\\_shared\\transform.cp310-win_amd64.pyd.p\\transform.c'
      [3/168] Generating 'skimage\\_shared\\geometry.cp310-win_amd64.pyd.p\\geometry.c'
      [4/168] Generating 'skimage\\draw\\_draw.cp310-win_amd64.pyd.p\\_draw.c'
      [5/168] Generating 'skimage\\feature\\corner_cy.cp310-win_amd64.pyd.p\\corner_cy.c'
      [6/168] Compiling C object skimage/_shared/fast_exp.cp310-win_amd64.pyd.p/meson-generated_fast_exp.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [7/168] Linking target skimage/_shared/fast_exp.cp310-win_amd64.pyd
         Creating library skimage\_shared\fast_exp.cp310-win_amd64.lib and object skimage\_shared\fast_exp.cp310-win_amd64.exp

      [8/168] Compiling C object skimage/_shared/transform.cp310-win_amd64.pyd.p/meson-generated_transform.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [9/168] Linking target skimage/_shared/transform.cp310-win_amd64.pyd
         Creating library skimage\_shared\transform.cp310-win_amd64.lib and object skimage\_shared\transform.cp310-win_amd64.exp

      [10/168] Compiling C object skimage/_shared/geometry.cp310-win_amd64.pyd.p/meson-generated_geometry.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/_shared/geometry.cp310-win_amd64.pyd.p/geometry.c(19409): warning C4305: '=': truncation from 'double' to '__pyx_t_5numpy_float32_t'
      [11/168] Linking target skimage/_shared/geometry.cp310-win_amd64.pyd
         Creating library skimage\_shared\geometry.cp310-win_amd64.lib and object skimage\_shared\geometry.cp310-win_amd64.exp
      [12/168] Compiling C object skimage/feature/corner_cy.cp310-win_amd64.pyd.p/meson-generated_corner_cy.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/feature/corner_cy.cp310-win_amd64.pyd.p/corner_cy.c(21465): warning C4056: overflow in floating-point constant arithmetic
      C:\Users\Administrator\AppData\Local\Temp\2\pip-install-dcn05yod\scikit-image_319ac5fd6fbe4662b32b6845a16e0f3c\.mesonpy-bepnm7jc\skimage\feature\corner_cy.cp310-win_amd64.pyd.p\corner_cy.c(21465) : warning C4756: overflow in constant arithmetic
      [13/168] Linking target skimage/feature/corner_cy.cp310-win_amd64.pyd
         Creating library skimage\feature\corner_cy.cp310-win_amd64.lib and object skimage\feature\corner_cy.cp310-win_amd64.exp
      [14/168] Compiling C object skimage/draw/_draw.cp310-win_amd64.pyd.p/meson-generated__draw.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(24345): warning C4244: 'function': conversion from 'Py_ssize_t' to 'double', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(26771): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(26780): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(26789): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(26798): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(26807): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(26816): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(28065): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(28074): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(28205): warning C4244: 'function': conversion from 'Py_ssize_t' to 'double', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(28501): warning C4244: 'function': conversion from 'Py_ssize_t' to 'double', possible loss of data
      skimage/draw/_draw.cp310-win_amd64.pyd.p/_draw.c(28549): warning C4244: 'function': conversion from 'Py_ssize_t' to 'double', possible loss of data
      [15/168] Linking target skimage/draw/_draw.cp310-win_amd64.pyd
         Creating library skimage\draw\_draw.cp310-win_amd64.lib and object skimage\draw\_draw.cp310-win_amd64.exp

      [16/168] Generating 'skimage\\feature\\censure_cy.cp310-win_amd64.pyd.p\\censure_cy.c'
      [17/168] Compiling C object skimage/feature/censure_cy.cp310-win_amd64.pyd.p/meson-generated_censure_cy.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [18/168] Linking target skimage/feature/censure_cy.cp310-win_amd64.pyd
         Creating library skimage\feature\censure_cy.cp310-win_amd64.lib and object skimage\feature\censure_cy.cp310-win_amd64.exp
      [19/168] Generating 'skimage\\feature\\_canny_cy.cp310-win_amd64.pyd.p\\_canny_cy.c'
      [20/168] Generating 'skimage\\feature\\_hoghistogram.cp310-win_amd64.pyd.p\\_hoghistogram.c'
      [21/168] Compiling C object skimage/feature/_canny_cy.cp310-win_amd64.pyd.p/meson-generated__canny_cy.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/feature/_canny_cy.cp310-win_amd64.pyd.p/_canny_cy.c(21050): warning C4305: '=': truncation from 'double' to 'float'
      skimage/feature/_canny_cy.cp310-win_amd64.pyd.p/_canny_cy.c(22070): warning C4305: '=': truncation from 'double' to 'float'
      [22/168] Compiling C object skimage/feature/_hoghistogram.cp310-win_amd64.pyd.p/meson-generated__hoghistogram.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [23/168] Linking target skimage/feature/_canny_cy.cp310-win_amd64.pyd
         Creating library skimage\feature\_canny_cy.cp310-win_amd64.lib and object skimage\feature\_canny_cy.cp310-win_amd64.exp
      [24/168] Linking target skimage/feature/_hoghistogram.cp310-win_amd64.pyd
         Creating library skimage\feature\_hoghistogram.cp310-win_amd64.lib and object skimage\feature\_hoghistogram.cp310-win_amd64.exp
      [25/168] Generating 'skimage\\feature\\_sift.cp310-win_amd64.pyd.p\\_sift.c'
      [26/168] Compiling C object skimage/feature/_sift.cp310-win_amd64.pyd.p/meson-generated__sift.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/feature/_sift.cp310-win_amd64.pyd.p/_sift.c(21103): warning C4305: '=': truncation from 'double' to '__pyx_t_5numpy_float32_t'
      [27/168] Linking target skimage/feature/_sift.cp310-win_amd64.pyd
         Creating library skimage\feature\_sift.cp310-win_amd64.lib and object skimage\feature\_sift.cp310-win_amd64.exp

      [28/168] Generating 'skimage\\_shared\\interpolation.cp310-win_amd64.pyd.p\\interpolation.c'
      [29/168] Generating 'skimage\\feature\\_haar.cp310-win_amd64.pyd.p\\_haar.cpp'
      [30/168] Compiling C object skimage/_shared/interpolation.cp310-win_amd64.pyd.p/meson-generated_interpolation.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [31/168] Linking target skimage/_shared/interpolation.cp310-win_amd64.pyd
         Creating library skimage\_shared\interpolation.cp310-win_amd64.lib and object skimage\_shared\interpolation.cp310-win_amd64.exp

      [32/168] Compiling C++ object skimage/feature/_haar.cp310-win_amd64.pyd.p/meson-generated__haar.cpp.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/feature/_haar.cp310-win_amd64.pyd.p/_haar.cpp(40830): warning C4551: function call missing argument list
      [33/168] Linking target skimage/feature/_haar.cp310-win_amd64.pyd
         Creating library skimage\feature\_haar.cp310-win_amd64.lib and object skimage\feature\_haar.cp310-win_amd64.exp

      [34/168] Generating 'skimage\\feature\\orb_cy.cp310-win_amd64.pyd.p\\orb_cy.c'
      [35/168] Generating 'skimage\\feature\\_texture.cp310-win_amd64.pyd.p\\_texture.c'
      [36/168] Generating skimage/feature/_brief_pythran with a custom command
      [37/168] Compiling C object skimage/feature/orb_cy.cp310-win_amd64.pyd.p/meson-generated_orb_cy.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [38/168] Generating skimage/feature/_hessian_det_appx_pythran with a custom command
      [39/168] Linking target skimage/feature/orb_cy.cp310-win_amd64.pyd
         Creating library skimage\feature\orb_cy.cp310-win_amd64.lib and object skimage\feature\orb_cy.cp310-win_amd64.exp

      [40/168] Generating 'skimage\\filters\\_multiotsu.cp310-win_amd64.pyd.p\\_multiotsu.c'
      [41/168] Compiling C++ object skimage/feature/brief_cy.cp310-win_amd64.pyd.p/meson-generated_.._brief_cy.cpp.obj
      FAILED: skimage/feature/brief_cy.cp310-win_amd64.pyd.p/meson-generated_.._brief_cy.cpp.obj
      "cl" "-Iskimage\feature\brief_cy.cp310-win_amd64.pyd.p" "-Iskimage\feature" "-I..\skimage\feature" "-IC:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran" "-IC:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include" "-IC:\Users\Administrator\AppData\Local\Programs\Python\Python310\Include" "-DNDEBUG" "/MD" "/nologo" "/showIncludes" "/utf-8" "/Zc:__cplusplus" "/W2" "/EHsc" "/std:c++14" "/permissive-" "/O2" "/Gw" "-DMS_WIN64=" "-DENABLE_PYTHON_MODULE" "-D__PYTHRAN__=3" "-DPYTHRAN_BLAS_NONE" "/Fdskimage\feature\brief_cy.cp310-win_amd64.pyd.p\meson-generated_.._brief_cy.cpp.pdb" /Foskimage/feature/brief_cy.cp310-win_amd64.pyd.p/meson-generated_.._brief_cy.cpp.obj "/c" skimage/feature/brief_cy.cpp
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(217): note: while compiling class template '`anonymous-namespace'::pythonic::types::ndarray'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(197): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(205): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast(Indices...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast(Indices...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(216): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](S) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(300): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()(const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()(const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): error C2244: '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(341): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const std::tuple<Ty> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'const std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): error C2244: '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(349): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const std::tuple<Ty> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'const std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): error C2244: '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(357): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const std::tuple<Ty> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'const std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): error C2244: '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(729): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): error C2244: '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(738): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(58): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(69): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(98): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(106): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(115): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(128): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(227): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: 'std::enable_if<!`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: 'std::enable_if<!`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(240): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: 'std::enable_if<!`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): error C2244: '`anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(846): note: see declaration of '`anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<Ty0,Ty1,Tys...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::dynamic_tuple<S> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,M,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<Ty0,Ty1,Tys...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value&&!`anonymous-namespace'::pythonic::utils::all_of<std::is_integral<Ty1>::value,std::is_integral<Tys>::value...>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<Ty0,Ty1,Tys...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::utils::all_of<std::is_integral<Tys>::value...>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<_Types1...> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::utils::all_of<std::is_integral<Tys>::value...>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<_Types1...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,M,`anonymous-namespace'::pythonic::types::tuple_version> &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,M,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,T&>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,`anonymous-namespace'::pythonic::types::ndarray<T,pS>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,const T&>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,`anonymous-namespace'::pythonic::types::ndarray<T,pS>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const S &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<const `anonymous-namespace'::pythonic::types::ndarray<T,pS>&,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const S &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: '`anonymous-namespace'::pythonic::types::ndarray<T,concat<`anonymous-namespace'::pythonic::types::pshape<std::integral_constant<long,1>>,pS>::type> `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](`anonymous-namespace'::pythonic::types::none_type) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/operator_/rshift.hpp(20): warning C4804: '>>': unsafe use of type 'bool' in operation
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(134): note: see reference to class template instantiation '`anonymous-namespace'::__pythran_brief_cy::_brief_loop::type<`anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>>' being compiled
      skimage/feature/brief_cy.cpp(49): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(68): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=npy_int64
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(139): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=float
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(139): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=npy_uint8
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(150): note: see reference to class template instantiation '`anonymous-namespace'::__pythran_brief_cy::_brief_loop::type<`anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::numpy_texpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>>>' being compiled
      skimage/feature/brief_cy.cpp(63): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::numpy_texpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/numpy_texpr.hpp(272): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::numpy_texpr_2<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/numpy_texpr.hpp(29): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(198): note: see reference to class template instantiation '`anonymous-namespace'::__pythran_brief_cy::_brief_loop::type<`anonymous-namespace'::pythonic::types::ndarray<float,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<npy_uint8,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::numpy_texpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>,`anonymous-namespace'::pythonic::types::ndarray<npy_int32,`anonymous-namespace'::pythonic::types::pshape<long,std::integral_constant<long,2>>>>' being compiled
      skimage/feature/brief_cy.cpp(68): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::numpy_texpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/numpy_texpr.hpp(272): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::numpy_texpr_2<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/numpy_texpr.hpp(29): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=npy_int64
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<npy_int64,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/brief_cy.cpp(651): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=double
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      [42/168] Compiling C++ object skimage/feature/_hessian_det_appx.cp310-win_amd64.pyd.p/meson-generated_..__hessian_det_appx.cpp.obj
      **FAILED:** skimage/feature/_hessian_det_appx.cp310-win_amd64.pyd.p/meson-generated_..__hessian_det_appx.cpp.obj
      "cl" "-Iskimage\feature\_hessian_det_appx.cp310-win_amd64.pyd.p" "-Iskimage\feature" "-I..\skimage\feature" "-IC:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran" "-IC:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include" "-IC:\Users\Administrator\AppData\Local\Programs\Python\Python310\Include" "-DNDEBUG" "/MD" "/nologo" "/showIncludes" "/utf-8" "/Zc:__cplusplus" "/W2" "/EHsc" "/std:c++14" "/permissive-" "/O2" "/Gw" "-DMS_WIN64=" "-DENABLE_PYTHON_MODULE" "-D__PYTHRAN__=3" "-DPYTHRAN_BLAS_NONE" "/Fdskimage\feature\_hessian_det_appx.cp310-win_amd64.pyd.p\meson-generated_..__hessian_det_appx.cpp.pdb" /Foskimage/feature/_hessian_det_appx.cp310-win_amd64.pyd.p/meson-generated_..__hessian_det_appx.cpp.obj "/c" skimage/feature/_hessian_det_appx.cpp
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(217): note: while compiling class template '`anonymous-namespace'::pythonic::types::ndarray'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(197): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(199): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(205): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast(Indices...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(209): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::map_fast(Indices...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(216): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](S) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(218): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): error C2244: '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(300): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()(const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_expr.hpp(303): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_expr<O,Args...>::operator ()(const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): error C2244: '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(341): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const std::tuple<Ty> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'const std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(342): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): error C2244: '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(349): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const std::tuple<Ty> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'const std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(350): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): error C2244: '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(357): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const std::tuple<Ty> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,F>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'const std::remove_reference<_Ty>::type::dtype &`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_iexpr<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_iexpr.hpp(359): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_iexpr<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_iexpr<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): error C2244: '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(729): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(731): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): error C2244: '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(738): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>,F>>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const `anonymous-namespace'::pythonic::types::array_base<long,N,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_gexpr.hpp(739): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_gexpr<A,S...>::operator [](const Sp &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(58): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(62): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(69): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(const `anonymous-namespace'::pythonic::types::array_base<long,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(73): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::fast(long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(98): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(99): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(106): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(107): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(115): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(119): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(128): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: '`anonymous-namespace'::pythonic::types::numpy_texpr<unknown-type> `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const S &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const std::tuple<T0,T1> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const `anonymous-namespace'::pythonic::types::array_base<T,`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'unknown-type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](long) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<E::dtype,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(131): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(227): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: 'std::enable_if<!`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(233): note: 'std::enable_if<!`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): error C2244: '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(240): note: see declaration of '`anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/numpy_texpr.hpp(243): note: 'std::enable_if<!`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::numpy_texpr_2<A>::operator ()(const S0 &,const S &...) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): error C2244: '`anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator []': unable to match function definition to an existing declaration
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(846): note: see declaration of '`anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator []'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: definition
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<Ty0,Ty1,Tys...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: existing declarations
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::dynamic_tuple<S> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,M,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<Ty0,Ty1,Tys...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value&&!`anonymous-namespace'::pythonic::utils::all_of<std::is_integral<Ty1>::value,std::is_integral<Tys>::value...>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<Ty0,Ty1,Tys...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::utils::all_of<std::is_integral<Tys>::value...>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<_Types1...> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::utils::all_of<std::is_integral<Tys>::value...>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const std::tuple<_Types1...> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,M,`anonymous-namespace'::pythonic::types::tuple_version> &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,unknown-type>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,M,`anonymous-namespace'::pythonic::types::tuple_version> &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,T&>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,`anonymous-namespace'::pythonic::types::ndarray<T,pS>::value,`anonymous-namespace'::pythonic::types::tuple_version> &)'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<std::is_integral<Ty>::value,const T&>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const `anonymous-namespace'::pythonic::types::array_base<Ty,`anonymous-namespace'::pythonic::types::ndarray<T,pS>::value,`anonymous-namespace'::pythonic::types::tuple_version> &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](long) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'unknown-type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](long) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const F &) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<`anonymous-namespace'::pythonic::types::ndarray<T,pS>,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const S &) &&'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_slice<Sp>::value,`anonymous-namespace'::pythonic::types::numpy_gexpr<const `anonymous-namespace'::pythonic::types::ndarray<T,pS>&,normalized<Sp>::type>>::type `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](const S &) const &'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/types/ndarray.hpp(851): note: '`anonymous-namespace'::pythonic::types::ndarray<T,concat<`anonymous-namespace'::pythonic::types::pshape<std::integral_constant<long,1>>,pS>::type> `anonymous-namespace'::pythonic::types::ndarray<T,pS>::operator [](`anonymous-namespace'::pythonic::types::none_type) const'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/operator_/rshift.hpp(20): warning C4804: '>>': unsafe use of type 'bool' in operation
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/_hessian_det_appx.cpp(488): note: see reference to class template instantiation '`anonymous-namespace'::__pythran__hessian_det_appx::_hessian_matrix_det::type<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>,double>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/tuple.hpp(1176): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=double
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::pshape<long,long>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      skimage/feature/_hessian_det_appx.cpp(168): error C3889: call to object of class type '`anonymous-namespace'::pythonic::numpy::functor::empty_like': no matching call operator found
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/numpy/empty_like.hpp(20): note: could be 'unknown-type `anonymous-namespace'::pythonic::numpy::functor::empty_like::operator ()(Types &&...) const'
      skimage/feature/_hessian_det_appx.cpp(169): error C2955: '`anonymous-namespace'::pythonic::assignable': use of class template requires template argument list
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/assignable.hpp(55): note: see declaration of '`anonymous-namespace'::pythonic::assignable'
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value==1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::array_base<long,2,`anonymous-namespace'::pythonic::types::tuple_version>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::array_base<long,2,`anonymous-namespace'::pythonic::types::tuple_version>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(479): note: the template instantiation context (the oldest one first) is
      skimage/feature/_hessian_det_appx.cpp(504): note: see reference to class template instantiation '`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::array_base<long,2,`anonymous-namespace'::pythonic::types::tuple_version>>' being compiled
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(495): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&std::is_same<bool,F::dtype>::value&&F::value!=1&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::pshape<long>>,`anonymous-namespace'::pythonic::types::ndarray<long,`anonymous-namespace'::pythonic::types::pshape<long>>>>::type `anonymous-namespace'::pythonic::types::ndarray<T,`anonymous-namespace'::pythonic::types::array_base<long,2,`anonymous-namespace'::pythonic::types::tuple_version>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
              with
              [
                  T=double
              ]
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\pythran\pythonic/include/types/ndarray.hpp(503): error C2559: 'std::enable_if<`anonymous-namespace'::pythonic::types::is_numexpr_arg<F>::value&&!`anonymous-namespace'::pythonic::types::is_array_index<F>::value&&!std::is_same<bool,F::dtype>::value&&!`anonymous-namespace'::pythonic::types::is_pod_array<F>::value,`anonymous-namespace'::pythonic::types::numpy_vexpr<`anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::array_base<long,2,`anonymous-namespace'::pythonic::types::tuple_version>>,F>>::type `anonymous-namespace'::pythonic::types::ndarray<double,`anonymous-namespace'::pythonic::types::array_base<long,2,`anonymous-namespace'::pythonic::types::tuple_version>>::operator [](const F &) const': cannot overload a member function without ref-qualifier with a member function with ref-qualifier
      skimage/feature/_hessian_det_appx.cpp(562): error C2440: 'return': cannot convert from 'int' to 'PyObject *'
      skimage/feature/_hessian_det_appx.cpp(562): note: Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or parenthesized function-style cast
      [43/168] Compiling C object skimage/feature/_texture.cp310-win_amd64.pyd.p/meson-generated__texture.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      skimage/feature/_texture.cp310-win_amd64.pyd.p/_texture.c(110811): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
      [44/168] Compiling C object skimage/filters/_multiotsu.cp310-win_amd64.pyd.p/meson-generated__multiotsu.c.obj
      C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\overlay\Lib\site-packages\numpy\_core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
      [45/168] Generating 'skimage\\feature\\_cascade.cp310-win_amd64.pyd.p\\_cascade.cpp'
      [46/168] Generating 'skimage\\filters\\rank\\bilateral_cy.cp310-win_amd64.pyd.p\\bilateral_cy.c'
      ninja: build stopped: subcommand failed.
      Activating VS 17.9.6
      INFO: automatically activated MSVC compiler environment
      INFO: autodetecting backend as ninja
      INFO: calculating backend command to run: C:\Users\Administrator\AppData\Local\Temp\2\pip-build-env-r0syuzot\normal\Scripts\ninja.EXE
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
(segmenter-3.10.8-0.1.1) PS C:\Users\Administrator\Documents>

I came up with the idea of just looking for a binary and installing that just to get something working. There was no version for 0.23.0 so I just went with one version down. Let me know if I missed something in the logs since they are kind of dense.

pip install scikit-image==0.22.0 --only-binary :all:

This actually worked once I reran the artifactory install.

amilworks commented 6 months ago

I ended up using 3.10.8, but just wasn't sure why 3.11.0 was an edge case 😆. Does it make sense to pin to 3.11.0? Eventually we will move to a newer version of Python so it won't matter, so I don't think we need to change anything immediately unless you see this as an issue. Thanks Benji!