Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- hackerrank
- 캐치카페
- PYTHON
- 프로그래머스 파이썬
- Git
- ubuntu
- 맥북
- 금융문자분석경진대회
- github
- dacon
- 편스토랑 우승상품
- programmers
- ChatGPT
- 편스토랑
- 백준
- 코로나19
- 파이썬
- AI 경진대회
- leetcode
- 더현대서울 맛집
- Real or Not? NLP with Disaster Tweets
- 데이콘
- SW Expert Academy
- Baekjoon
- gs25
- Kaggle
- 자연어처리
- 우분투
Archives
- Today
- Total
솜씨좋은장씨
[Python] ubuntu 에서 wand 설치하는 방법 ( feat. ImageMagick ) 본문
728x90
반응형


wand 라이브러리 설치
$ pip install wand
위의 라이브러리는 ImageMagick이라는 것을 활용하므로 이것도 같이 설치해주어야 합니다.
ImageMagick 설치
Ubuntu 에서 설치하는 방법
sudo apt-get install libmagickwand-dev
위의 명령어로 설치한 이후에 사용할 설정을 수정해주면 완료입니다.
[Python] wand.exceptions.PolicyError: not authorized `./test.pdf' @ error/constitute.c/ReadImage/412 해결방법
wand와 ImageMagick을 설치한 후 pdf를 tiff로 변환하려고 할 때 wand.exceptions.PolicyError: not authorized `./test.pdf'@ error/constitute.c/ReadImage/412 위와 같은 오류를 만나게 되었습니다. 위는 imag..
somjang.tistory.com
Windows 에서 설치하는 방법
조만간 업데이트 예정입니다!
읽어주셔서 감사합니다.