반응형
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 | 31 |
Tags
- codedeploy
- JavaScript
- Spring Error
- redis
- codedeploy error
- aws
- bootstrap
- codepipeline
- kubeflow
- Python
- AWS CI/CD 구축하기
- aws cicd
- SQL
- Kafka
- PostgreSQL
- 도커
- chartjs
- VPN
- COALESCE
- Jenkins
- java bigdecimal
- node
- Spring
- codebuild
- chart.js
- openlens
- Flux
- IntelliJ
- Airflow
- docker
Archives
- Today
- Total
Small Asteroid Blog
SyntaxError: ('future feature print_function is not defined', ('__pyclasspath__/numpy/__init__.py', 107, 0, '')) 본문
백엔드/Spring
SyntaxError: ('future feature print_function is not defined', ('__pyclasspath__/numpy/__init__.py', 107, 0, ''))
작은소행성☄️ 2021. 10. 22. 13:28728x90
Jython 2.7 을 사용하고 있는데
다음 버전에서는 numpy, pandas 등의 외부라이브러리를 사용을 할 수 없어서 생기는 오류이다.
외부 라이브러리 호출이 필요한 경우에는 Java에 내장된 Process 호출 기능을 사용해야한다.
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
| Java Selenium 페이지 이동 (크롤링하기) (0) | 2021.10.27 |
|---|---|
| [spring error] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception (0) | 2021.10.26 |
| [spring] spring cors 해결 (0) | 2021.10.19 |
| java.net.ProtocolException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true) (0) | 2021.10.19 |
| java selenium input 값 입력 및 버튼 클릭 (0) | 2021.10.18 |