I tried installing chainercv but keeps failing, I used 3.7 and 3.9 but showing same error

96 Views Asked by At

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for chainercv Running setup.py clean for chainercv Failed to build chainercv ERROR: Could not build wheels for chainercv, which is required to install pyproject.toml-based projects (base. could someone please help with chainercv installation, I tried in python 3.7 and 3.9 but all failed.

1

There are 1 best solutions below

0
user16171413 On

You can install ChainerCV using pip by running the following commands:

pip install -U numpy
pip install chainercv

See Installation Guide.

NB: This package hasn't been updated since 2019 and seems to be lacking certain details on PyPi such as supported python versions. However, if you encounter problems during installation, You may try downgrading to a lower version of Python3 and see if it works. Then run the above commands again.