CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
529 stars 180 forks source link

Python compilation error #474

Closed tsadakane closed 11 months ago

tsadakane commented 11 months ago

Expected Behavior

Compilation success

Actual Behavior

Traceback (most recent call last):
  File "F:\ws\20230811_tsTIGRE_b3d75a0_110015\Python\setup.py", line 24, in <module>
    raise ValueError("flag not understood, only ---no_pinned_memory accepted")
ValueError: flag not understood, only ---no_pinned_memory accepted

Code to reproduce the problem (If applicable)

Python setup.py develop --user > Build.log 2>&1

The --user option is in the installation instruction.

Specifications