INVESTAR / StockAnalysisInPython

456 stars 412 forks source link

파이선 패키지 리스트 requirements.txt 업데이트 요청 #47

Closed mecum21 closed 3 years ago

mecum21 commented 3 years ago

파이선 3.9버전을 설치하고 사이트의 requirements.txt를 이용해서 설치하려는데 버전에러가 나는 것 같습니다.

ERROR: Command errored out with exit status 1: command: 'c:\users\dad\appdata\local\programs\python\python39\python.exe' 'c:\users\dad\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\dad\AppData\Local\Temp\pip-build-env-oeuzli7i\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.29.13' 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' cwd: None Complete output (294 lines):

이렇게 에러가 시작하는데 Pandas버전을 1.22로 수정을하니까 진행을 하다가 scipy==1.4.1 Installing build dependencies ... error 하고 다시 멈춤니다

mecum21 commented 3 years ago

tensorflow가 3.9버전을 3.88버전으로 내리니까 해결됩니다.