https://stackoverflow.com/questions/40060353/not-able-to-install-packages-in-pycharm

 

Not able to install packages in Pycharm

I have pycharm community edition(latest stable build) installed on my Ubuntu 16.04 LTS, I am not able to install packages via pycharm, was able to install them before. I can install the packages v...

stackoverflow.com

 

 

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

cannot create dir 'C:/어쩌구/저쩌구' , reason 'Invalid argument'

 

R studio를 관리자권한으로 다시 열면 됩니다.

'programing > R studio' 카테고리의 다른 글

[Rstudio]  (0) 2021.06.28
[Rstudio] rep, replicate, sample, table, prop.table  (0) 2021.06.28
R 단축키  (0) 2019.03.23
시계열 ts()  (0) 2019.01.30
approx VS approxfun  (0) 2019.01.30

%>% : Ctrl+Shift+M

#(주석) : Ctrl+Shift+C


'programing > R studio' 카테고리의 다른 글

[Rstudio] rep, replicate, sample, table, prop.table  (0) 2021.06.28
R 패키지 설치 에러  (3) 2019.06.09
시계열 ts()  (0) 2019.01.30
approx VS approxfun  (0) 2019.01.30
특정 행 or 열 이름만 바꾸기  (0) 2018.12.03

+ Recent posts