https://stackoverflow.com/questions/40060353/not-able-to-install-packages-in-pycharm
17
I have got a solution, i reffered to https://youtrack.jetbrains.com/issue/PY-20081#u=1468410176856.
Here they have tried to add https://pypi.python.org/pypi as a repository.
To add it as a repository,
1.) Go to Settings 2.) Project interpreter 3.) Click the + sign on top right edge 4.) Go to manage repositories, 5.) Press the + Sign, then add https://pypi.python.org/pypi 6.) Press Ok
Now all the packages should load.
Thanks Hami Torun & Simon, I was able to solve it by luck.
repository에 저 링크 입력해주면 됨!
pip버전 문제인줄 알았는데..
근데 저 링크는 뭐지
'programing > Python' 카테고리의 다른 글
윈도우 pandas 설치법 (0) | 2018.06.18 |
---|---|
Python 기초 - type() (0) | 2018.04.09 |
Python 기초 - input() (0) | 2018.04.09 |
Python 기초 - print() (0) | 2018.04.09 |
Python 기초 - 리스트 (0) | 2018.04.09 |