signac-flow icon indicating copy to clipboard operation
signac-flow copied to clipboard

from flow import FlowProject error

Open zhangyemayapro opened this issue 1 year ago • 1 comments

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:

  • 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

zhangyemayapro avatar May 26 '23 01:05 zhangyemayapro

@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.

b-butler avatar Oct 12 '23 20:10 b-butler