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

2to3.sh not working #127

Open
AleixPalahi opened this issue Apr 19, 2024 · 1 comment
Open

2to3.sh not working #127

AleixPalahi opened this issue Apr 19, 2024 · 1 comment

Comments

@AleixPalahi
Copy link

Hi!

I have been trying to run rmats2sashimiplot on Python3.8.7 and have encountered issues that I do not know how to solve.

After installing all dependencies in a virtual environment (I verified they work) and cloning the rmats2sashimiplot repository, I ran 2to3.sh. Just to be clear, all this is before installing rmats2sashimiplot.

RefactoringTool: There were 2 errors:
RefactoringTool: Can't parse src/MISO/misopy/gff_utils.py: ParseError: bad input: type=22, value='=', context=('', (304, 70))
RefactoringTool: Can't parse src/rmats2sashimiplot/rmats2sashimiplot.py: ParseError: bad input: type=22, value='=', context=('', (280, 39))

What could be going wrong? Should I run 2to3.sh after installing rmats2sashimiplot?

Thanks in advance for the help.

Cheers,
Aleix

@EricKutschera
Copy link
Contributor

I tested cloning a new copy of rmats2sashimiplot and running 2to3.sh with python3.8. The first run of 2to3.sh worked. Then I ran it a second time and got the same error message

You could clone a new copy of rmats2sashimiplot and then run 2to3.sh just once. After that you can install rmats2sashimiplot

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

2 participants