pepkit / looper

A job submitter for Portable Encapsulated Projects
http://looper.databio.org
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

Error running the CLI #494

Closed nleroy917 closed 1 month ago

nleroy917 commented 1 month ago

I was trying to setup looper to dispatch a job for each file that I need to tokenize... this will really speed things up if I can get it to work properly.

However, I try to run the CLI in any capacity, and I get a an error:

ImportError: cannot import name 'get_file_for_project' from 'pipestat.reports'

I just installed from pip (pip install looper) and it looks like I have version 1.7.0 installed.

nleroy917 commented 1 month ago

@donaldcampbelljr helped me a bit here...

Downgrading to pipestat==0.8.0 resolved the issue

donaldcampbelljr commented 1 month ago

This is now fixed with version 1.7.1 Thanks for flagging this.