SegmentationBLWX / sssegmentation

SSSegmentation: An Open Source Supervised Semantic Segmentation Toolbox Based on PyTorch.
https://sssegmentation.readthedocs.io/en/latest/
Apache License 2.0
774 stars 107 forks source link

[BUG]: ERROR: Failed building wheel for chainercv #39

Closed shravankumar147 closed 1 year ago

shravankumar147 commented 1 year ago

Environment (使用环境)

Question description (问题描述)

Building wheel for chainercv (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [57 lines of output]

shravankumar147 commented 1 year ago

Found the root cuase:

  `ModuleNotFoundError: No module named 'numpy'`

So installed numpy using pip install numpy then ran pip install -r requirements.txt again.

This successfully installed all the requirements

Successfully installed MarkupSafe-2.1.3 PasteDeploy-3.0.1 SQLAlchemy-2.0.17 anykeystore-0.2 apex-0.9.10.dev0 appdirs-1.4.4 argparse-1.4.0 certifi-2023.5.7 chainer-7.8.1 chainercv-0.13.1 charset-normalizer-3.1.0 cityscapesscripts-2.2.2 coloredlogs-15.0.1 contourpy-1.1.0 cryptacular-1.6.2 cycler-0.11.0 cython-0.29.35 defusedxml-0.7.1 filelock-3.12.2 fonttools-4.40.0 greenlet-2.0.2 humanfriendly-10.0 hupper-1.12 idna-3.4 importlib-resources-5.12.0 kiwisolver-1.4.4 matplotlib-3.7.1 oauthlib-3.2.2 opencv-python-4.8.0.74 packaging-23.1 pandas-2.0.3 pbkdf2-1.3 pillow-9.5.0 plaster-1.1.2 plaster-pastedeploy-1.0.1 protobuf-4.23.3 pyparsing-3.1.0 pyquaternion-0.9.9 pyramid-2.0.1 pyramid-mailer-0.15.1 python-dateutil-2.8.2 python3-openid-3.2.0 pytz-2023.3 repoze.sendmail-4.4.1 requests-2.31.0 requests-oauthlib-1.3.1 scipy-1.10.1 six-1.16.0 tqdm-4.65.0 transaction-3.1.0 translationstring-1.4 typing-3.7.4.3 typing-extensions-4.7.0 tzdata-2023.3 urllib3-2.0.3 velruse-1.1.1 venusian-3.0.0 webob-1.8.7 wtforms-3.0.1 wtforms-recaptcha-0.3.2 zipp-3.15.0 zope.deprecation-5.0 zope.interface-6.0 zope.sqlalchemy-3.0