MGEScan / mgescan

A Galaxy based system for identifying retrotransposons in genome
http://mgescan.github.io/mgescan/
GNU General Public License v3.0
5 stars 5 forks source link

error when i Run Setup.py #21

Closed ohan-Bioinfo closed 5 years ago

ohan-Bioinfo commented 5 years ago

trying to run MGEScan on my machine " MacOS High sierra , on eukaryotic, to detect NON-Ltr Element.

setup.py 
  File "setup.py", line 39
    os.makedirs(os.environ.get("MGESCAN_SRC"), 0755)
                                                  ^
SyntaxError: invalid token
lee212 commented 5 years ago

The current package is tested on Python 2.7+. If you use conda, you may want to re-build your environment using python2 and try the installation again. Sorry for the late response. Also, let me know if it works.