[Anaconda Spyder] Error: You have missing dependencies! (rtree)
Error: You have missing dependencies!
rtree>= 0.8.3: None (NOK)
Please install them to avoid this message.
Note: Spyder could work without some of these dependencies, however to have a smooth experience, we strongly recommend.
업데이트가 필요해서 업데이트하니까 dependency 에러 실화냐
다른놈들은 다 헛소리만 하거나 걍 재설치하라는데 킹갓짜장형이 도와주셨다.
Linux
sudo apt install libspatialindex-dev
Windows 10
conda install -c conda-forge libspatialindex
conda install -c conda-forge rtree
정말 이거 한줄로 바로 고쳐졌다..ㅠㅠ 감격...
Comments
Post a Comment