728x90 에러 해결4 TypeError: __init__() missing 1 required positional argument: 'labels' foolbox 공식 문서 들어가서 foolbox.criteria.misclassification() 에서 labels 넣어보려고 요리조리해봄.. 해결방법 foolbox 2.4.0 로 재설치 ㅎ pip install foolbox==2.4.0 원인 foolbox 2.4.0 ~ 3.0.0b1 사이의 Misclassification는 labels가 필요없는 것으로 바꼈다고 함. ㅜ_ㅜ 에러 해결 2023. 5. 30. AttributeError: 'str' object has no attribute 'decode' 해결 h5py가 3.xx 이상일때 문제임 ! -> h5py 다운그레이드 해주면 됨. pip install h5py==2.10.0 --force-reinstall 에러 해결 2023. 5. 30. PackagesNotFoundError: The following packages are not available from current channels: 해결 파이썬 2.7.12 버전의 가상환경을 만들고 패키지들을 설치하는데 PackagesNotFoundError 에러가 남 PackagesNotFoundError: The following packages are not available from current channels: - python=2.7.12 Current channels: - https://repo.anaconda.com/pkgs/main/linux-64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/r/linux-64 - https://repo.anaconda.com/pkgs/r/noarch 💁♀️ 해결방법 1) 패키지 설치 시 에러 conda ins.. 에러 해결 2023. 4. 17. [python] error: Microsoft Visual C++ 14.0 or greater is required 오류 해결 방법 👻 에러 error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ Microsoft C++ Build Tools - Visual Studio The Microsoft C++ Build Tools provides MSVC toolsets via a scriptable, standalone installer without Visual Studio. Recommended if you build C++ libraries and applications targeting Windows from .. 에러 해결 2022. 10. 5. 이전 1 다음 728x90