Seeking Guidance on Timefold Solver Integration Issue #1642
mzhgnkanani
started this conversation in
General
Replies: 1 comment
-
Are you using an LLM to generate your code? You are referencing non-existing classes and packages. Please start from one of our quickstarts, such as https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/python/vehicle-routing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,

I hope this message finds you well. I am reaching out to kindly request your expertise regarding an issue I’ve encountered while integrating Timefold’s capabilities into my Python project.
Following the documentation and referencing code samples from GitHub, I attempted to implement Timefold’s optimization features in my Python code. After making the necessary modifications and running the code, I encountered the following error related to the Timefold Solver library:
Terminal:
Traceback (most recent call last):
File "c:\Users\Mozhgan Kanaani\Desktop\import pandas as pd22.py", line 8, in
from timefold.solver import TimefoldSolver
ImportError: cannot import name 'TimefoldSolver' from 'timefold.solver' (c:\Users\Mozhgan Kanaani\AppData\Local\Programs\Python\Python313\Lib\site-packages\timefold\solver__ini
Beta Was this translation helpful? Give feedback.
All reactions