tomazc / iCount

iCount, protein-RNA interaction analytics
http://icount.biolab.si
Other
23 stars 26 forks source link

SyntaxError Invalid syntax #183

Closed krutru closed 6 years ago

krutru commented 6 years ago

screen shot 2018-06-26 at 12 20 21

Can someone please advice why I am seeing this error?

JureZmrzlikar commented 6 years ago

You are using Python2, which is not supported anymore. Please, use Python 3.5 or higher.

krutru commented 6 years ago

thank you JureZmrzlikar

For anyone else wondering how to install and get it to work. On CentOS 7:

  1. Install python 3.6 sudo yum install https://centos7.iuscommunity.org/ius-release.rpm sudo yum install python36u
  2. Install pip and dev packages sudo yum install python36u-pip sudo yum install python36u-devel
  3. Clone iCount git clone https://github.com/tomazc/iCount
  4. Install iCount cd iCount sudo python3.6 setup.py install