No module named tmflow

Question:
Somehow I can not use the module tmflow. Any help please!

Code:

from tmflow.utils.solver import TMSolver, run_tm_solver

Error message:

No module named 'tmflow'

Hi @sebastianlinn88 , welcome to the forums!
Can you try entering pip install tmflow into the Shell?

1 Like

@sebastianlinn88 Does my idea work?
Please tell me if it doesn’t.

It did not work at first. There was some conflict with another module. Once I installed that module with a different version the programm seems to work now. Thank you for your help @NateDhaliwal

Hey! @sebastianlinn88 Welcome to the forums!

Please mark the solution ( the post that helped you the most / main solution ) next time to close the topic! This will decrease the workload for moderators!

1 Like

Hi @sebastianlinn88 , like @Idkwhttph said, you can mark my post as a Solution.

1 Like