질문&답변
배포시 버전 conflict 문제
https://stackoverflow.com/questions/31684375/automatically-create-file-requirements-txt 이렇게 해결했어요~
- 좋아요수
- 0
- 댓글수
- 2
- 조회수
- 219
질문&답변
https://stackoverflow.com/questions/31684375/automatically-create-file-requirements-txt 이렇게 해결했어요~
질문&답변
https://github.com/langchain-ai/langchain-upstage 여기 나와 있네요 pip install 버전과 다르네요;;
질문&답변
강사님 저는 upstage를 사용하는데요 requirements.txt에 langchain-upstage==0.3.0 이렇게 넣으니까 에러가 나던데 이게 아닌건가요?
질문&답변
options.add_argument("disable-blink-features=AutomationControlled"); 이걸 넣으니 공백으로 안나오네요 https://stackoverflow.com/questions/60649179/chromedriver-with-selenium-displays-a-blank-page 저와 같은 일이 있으신 분은 참고하시길
질문&답변
저도 윈도우에서 하고 있는데 파이썬 버전등만 맞춰주면 별 상관없는것 같아요pyenv는 사용하지 않고요~
질문&답변
아 제가 X_train, Y_train, X_test,Y_test 의 순서를 잘못했더라구요 ^^;;