Tech/python
AttributeError: '_jpype.PyJPField' object has no attribute 'getStaticAttribute'
토궁
2019. 7. 12. 17:54
728x90
반응형
AttributeError: '_jpype.PyJPField' object has no attribute 'getStaticAttribute'
netezza 연결을 위해 jaydebeapi를 설치 후 실행하니 위와같은 에러가 생겼다.
원인은 JPype와 JDBC간 버전 호환문제로 보여진다.
pip3 uninstall JPype1
우선 JPype1을 지운 후 ..
pip3 install JPype1==0.6.3
0.6.3으로 재설치 하면 해결된다..
반응형