Opened 16 months ago

Last modified 14 months ago

#66359 new defect

py310-torchvision does not build

Reported by: garbeware Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py310-torchvision

Description

The building process fails with a line complaining that affine_quantizer.h cannot be found.

This can be fixed by editing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-torchvision/py310-torchvision/work/pytorch-vision-da3794e/torchvision/csrc/ops/quantized/cpu/qnms_kernel.cpp

and replacing affine_quantizer.h in the second line with AffineQuantizer.h

The installation then goes through without other problems.

Attachments (1)

main.log (401.2 KB) - added by garbeware 16 months ago.
main.log for py310-torchvision install

Download all attachments as: .zip

Change History (4)

comment:1 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)

Please attach the main.log file.

Changed 16 months ago by garbeware

Attachment: main.log added

main.log for py310-torchvision install

comment:2 Changed 16 months ago by garbeware

main.log was generated by uninstalling the port and trying to install it again. The same procedure that I described above resulted again in a successful install. Please let me know if you need any other information.

comment:3 Changed 14 months ago by rharriszzz (Richard Harris)

pytorch 1.12 uses affine_quantizer.h

pytorch 1.13 uses AffineQuantizer.h

torchvision 0.13 is pinned to pytorch 1.12

torchvision 0.14 is pinned to pytorch 1.13

this means that py310-torchvision needs to refer to torchvision 0.14

Note: See TracTickets for help on using tickets.