python - Installing 'pandas' into Pycharm -
i cloned repository github. when tried run pycharm, there error said no module called pandas available. went project interpreter , tried add pandas interpreter, reason failed install. error 'collect2: error: id returned 1 exit status'. there way install pandas package project interpreter in pycharm? thanks.
edit: made new discovery after suggestion check pip version. opened virtual environment project interpreter that's 3.5 instead of 3.6, , managed install pandas on one. want stick 3.6 project interpreter, there way installed on there or have no choice downgrade?
Comments
Post a Comment