excel - Installing openpyxl in python 2.7 -


i using python 2.7 , want work on excel sheets. found package called openpyxl 2.4.0. tried installing using pycharm , pip command. shows following error

could not find version satisfies requirement openpyxl (from version s: )  no matching distribution found openpyxl 

should go version of python? please me issue. in advance.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -