We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try run PrimerServer2 under python 3.8 or 3.9, it gives a error code:
attributeerror: module 'primerserver2.core.global_var' has no attribute 'stop_run'
I downgrade my python to 3.7 and reinstall again. It works properly.
Hope this will help to improve this awesome app.
cheers
The text was updated successfully, but these errors were encountered:
Sorry for my late response, but I don't know why the email notification in github doesn't work.
It should be work in python 3.8, but not in 3.9. I've updated the document and relevant version requirement in raw codes.
If issues still exist, can you print your env here? (a new Conda environment is better)
Sorry, something went wrong.
No branches or pull requests
When I try run PrimerServer2 under python 3.8 or 3.9, it gives a error code:
attributeerror: module 'primerserver2.core.global_var' has no attribute 'stop_run'
I downgrade my python to 3.7 and reinstall again. It works properly.
Hope this will help to improve this awesome app.
cheers
The text was updated successfully, but these errors were encountered: