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

Small fixes necessary #12

Open
liebermeister opened this issue Oct 20, 2020 · 0 comments
Open

Small fixes necessary #12

liebermeister opened this issue Oct 20, 2020 · 0 comments
Assignees

Comments

@liebermeister
Copy link
Collaborator

Hi Anne and Stéphane,

thanks a lot for your help!

I couldn't fix the "utf8" bug (which occurs when I use python 3.6), but I managed to install and run the pipeline with python 2.7 and 3.5. Now everyting works, including cplex.

However, on the way I had to fix two things:

o in setup.py I had to replace 'biopython' by 'biopython<=1.76'
(because the current biopython version requires python 3.6 or higher)

o in sbml_data.py, when using python3.5, I got many indentation errors.
I fixed them by replacing tabs by strings
of whitespaces. With python2.7, these errors did not occur.

Could you make the fixes in the repository? I will send you the corrected files by email.
Or should I send a pull request?

Thank you!

Best,
Wolf

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