반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- node
- Kafka
- chartjs
- Spring
- 도커
- Python
- JavaScript
- chart.js
- IntelliJ
- Flux
- docker
- Spring Error
- SQL
- Jenkins
- or some instances in your deployment group are experiencing problems.
- codedeploy
- codebuild
- codepipeline
- aws
- PostgreSQL
- aws cicd
- codedeploy error
- kubeflow
- redis
- COALESCE
- AWS CI/CD 구축하기
- Airflow
- bootstrap
- VPN
- java bigdecimal
Archives
- Today
- Total
Small Asteroid Blog
[python] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6g2r1v6o/gensim/ 본문
백엔드/Python
[python] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6g2r1v6o/gensim/
작은소행성☄️ 2022. 1. 6. 13:48728x90
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6g2r1v6o/gensim/
pip install -r requirements.txt
위의 명령어로 설치된 패키지 목록인 requirements.txt 을 생성하는 도중 다음과 같은 에러가 나왔다.
setuptools 버전이 낮아서 발생한 오류로 pip3 install --upgrade setuptools 로 해결했다.
sudo -H pip install --upgrade --ignore-installed pip setuptools
apt-get install -y python3.6-dev libmysqlclient-dev
728x90
반응형
'백엔드 > Python' 카테고리의 다른 글
pip install *.whl is not a supported wheel on this platform (0) | 2022.01.07 |
---|---|
파이썬 설치 경로 찾기 (0) | 2022.01.06 |
[python] Please use the NLTK Downloader to obtain the resource (0) | 2021.11.26 |
파이썬에서 dataframe to postgresql 저장하기 (0) | 2021.11.21 |
리눅스에서 파이썬 가상환경 만들기 (0) | 2021.11.18 |