-
Notifications
You must be signed in to change notification settings - Fork 25
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
not working with pyhton 3.9 #14
Comments
getting the same with 3.10. |
Got the same error and fixed it by replacing \n with \t. From:
to
|
@signalbash @aleighbrown I too got this error when creating a separate environment for the tool. Can you push such fixes to conda package as well? |
Apparently python does not like the line
result = pd.read_csv(test_folder + '/' + 'strandedness_check.txt', sep="\n", header=None)
anymore.Installing in a fresh conda env (with python 3.7) solved this.
Error message:
The text was updated successfully, but these errors were encountered: