python2 [VIBE] TypeError: create_target_machine() got an unexpected keyword argument 'jitdebug' 해결 방법! 개발 환경 우분투 20.04, 파이썬 3.7 우분투20.04에 파이썬 3.7 설치 방법: https://grow-up-by-coding.tistory.com/10 해결 방법 $ pip install -U llvmlite==0.32.1 을 설치하면 해당 에러가 사라지는 것을 확인했습니다! 출처: https://github.com/rapidsai/cuml/issues/2389 2020. 7. 23. 우분투 20.04에 파이썬 3.7 설치 방법 원래 우분투 20.04에 파이썬 3.8이 설치되어 있습니다. 파이썬 3.7은 따로 받으셔야 합니다! $ sudo apt update $ sudo apt install software-properties-common $ sudo add-apt-repository ppa:deadsnakes/ppa 위와 같이 출력이 뜨면 ENTER를 눌러 진행해주세요! $ sudo apt install python3.7 을 순서대로 진행해주시면 3.7 파이썬 설치가 완료됩니다. $ sudo apt-get install python3.7-venv 을 통해 파이썬 3.7 가상환경을 만들 수 있게 해줍니다. 파이썬 3.7 설치방법 출처: https://linuxize.com/post/how-to-install-python-3-7-.. 2020. 7. 23. 이전 1 다음