반응형
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
- docker
- JavaScript
- codedeploy error
- redis
- aws cicd
- VPN
- Spring Error
- aws
- Spring
- codebuild
- Kafka
- chartjs
- java bigdecimal
- kubeflow
- Flux
- Airflow
- PostgreSQL
- COALESCE
- node
- or some instances in your deployment group are experiencing problems.
- codedeploy
- IntelliJ
- codepipeline
- 도커
- Python
- bootstrap
- chart.js
- SQL
- AWS CI/CD 구축하기
- Jenkins
Archives
- Today
- Total
Small Asteroid Blog
[python] pip install albumentations error 본문
728x90
pip install albumentations 실행시 다음과 같은 에러가 나온다면
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 액세스가 거부되었습니다: 'c:\\users\\user\\anaconda3\\Lib\\site-packages\\cv2\\cv2.cp37-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
파이선 3.6 버전이나 그 상위버전에서만 사용이 가능하다.
pip install --user albumentations
To install albumentations using conda we need first to install imgaug via conda-forge collection
conda install -c conda-forge imgaug
conda install albumentations -c conda-forge
홈페이지에도 나와있다
728x90
반응형