You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'with_job' from 'flow'
To reproduce
from flow import FlowProject
Error output
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'with_job' from 'flow' (/home/yzhang/.conda/envs/Hoomd3Mpirun/lib/python3.11/site-packages/flow/init.py)
System configuration
Please complete the following information:
Operating System [e.g. macOS]:
Version of Python [e.g. 3.11]:
Version of signac [e.g. 2.0]:
Version of signac-flow : 0.25
The text was updated successfully, but these errors were encountered:
@zhangyemayapro hey sorry for the late response. Do you still get this error with the most recent version of flow? I am inclined to think this is due to some installation error, as I am productively using flow >= 0.25.
Description
from flow import with_job
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'with_job' from 'flow'
To reproduce
from flow import FlowProject
Error output
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'with_job' from 'flow' (/home/yzhang/.conda/envs/Hoomd3Mpirun/lib/python3.11/site-packages/flow/init.py)
System configuration
Please complete the following information:
The text was updated successfully, but these errors were encountered: