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

Error when launching mpwt #84

Closed
lcottret opened this issue Dec 13, 2022 · 2 comments
Closed

Error when launching mpwt #84

lcottret opened this issue Dec 13, 2022 · 2 comments

Comments

@lcottret
Copy link

Hi,

I have a python error when I launch mpwt.

mpwt -v
Traceback (most recent call last):
  File "/home/lcottret/.local/bin/mpwt", line 8, in <module>
    sys.exit(run_mpwt())
  File "/home/lcottret/.local/lib/python3.7/site-packages/mpwt/__main__.py", line 387, in run_mpwt
    permission=permission)
  File "/home/lcottret/.local/lib/python3.7/site-packages/mpwt/mpwt_workflow.py", line 112, in multiprocess_pwt
    if ptools_version >= (26, 0):
TypeError: '>=' not supported between instances of 'NoneType' and 'tuple'

mpwt version : 0.8.1
Installation with pip
Python version : 3.7
ptools version : 26.0
OS : Debian

Ludo

@lcottret
Copy link
Author

Ok, this is because my ptools has problems, sorry. The result of the process does not contain "Pathway Tools version".
Maybe, the error message could be clearer :-).

@ArnaudBelcour
Copy link
Contributor

Hi @lcottret,

Indeed, the error message should be better. I have made a better error message in version 0.8.2.

Thank you for the issue and the feedback.

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