Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 compatible... #16

Open
domi84 opened this issue Feb 20, 2018 · 2 comments
Open

Python3 compatible... #16

domi84 opened this issue Feb 20, 2018 · 2 comments

Comments

@domi84
Copy link

domi84 commented Feb 20, 2018

Hi there,
I wanted try your package, but it seems not compatible with python3:

from ensemblrest import EnsemblRest
Traceback (most recent call last):

  File "/home/domenico/anaconda3/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 2910, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-1-a96b87cb274d>", line 1, in <module>
    from ensemblrest import EnsemblRest

  File "/home/domenico/.local/lib/python3.5/site-packages/ensemblrest/__init__.py", line 36, in <module>
    from .ensemblrest import EnsemblRest, EnsemblGenomeRest

  File "/home/domenico/.local/lib/python3.5/site-packages/ensemblrest/ensemblrest.py", line 119
    raise Exception, "mandatory param '%s' not specified" %(param)
                   ^
SyntaxError: invalid syntax

Maybe you should plan to do it, time is running ;) https://pythonclock.org/

EDIT: I saw just now that you have a PR for that. Maybe in the main time you can block the installation for python3 from pip

@bunop
Copy link
Contributor

bunop commented Feb 20, 2018

Hi. @Danilka has recently submitted pull request #15 in which Python 3 support is provided. We are waiting that @gawbul accepts new changes.

@Danilka
Copy link
Contributor

Danilka commented Feb 22, 2018

@domi84 Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants