AI-GrandChallenge / round-1

14 stars 11 forks source link

[track-1] package 설치 관련 문의드립니다. #122

Closed twogh75 closed 4 years ago

twogh75 commented 4 years ago

image

  1. setup.py를 이용할 때,

    nsml: nsml/default_ml:cuda9

    from distutils.core import setup import setuptools

setup( name='iitp_falling', version='1.0', install_requires=[ 'opencv-contrib-python-headless==3.4.3.18' ] )

  1. requirements.txt를 이용할 때

    nsml: nsml/default_ml:cuda9

    opencv-python

  2. nsml_package.txt를 이용할 때, opencv-python

Issue와 document를 보면서 스스로 해결해보려고 이리 저리 시도를 해봤는데 해결이 안되서 문의남깁니다.

twogh75 commented 4 years ago

원인은 잘 모르겠지만 해결됬습니다