Reducible
Reducible copied to clipboard
Seeking help with the TSPProblem project
Hello! I like your video very much. I copied it on your github, and I want to try to run it. There are some problems during the running process. Please answer me after busy work. Thank you very much, waiting for your reply . Currently, I am running the code of: 2022/TSPProblem/solving_tsp.py. When rendering the "LowerBoundTSP", "Christofides", and "AntSimulation" scene classes, an error is reported: ModuleNotFoundError: No module named 'python_tsp', you can also upload this file to github.
In addition, TSPProblem resources, such as related png and svg images, can also be uploaded to github, so that it is very complete, thank you very much for your sharing and help! !
yours truly! My email: [email protected]
Perhaps you need to install python-tsp on PyPI. Moreover, the package python-tsp
should be included in the file requirements.txt
.
Anyway, this repository is a great source of content where I've learned a lot about mathematical animation. Special thanks to the author.
Thanks to @quanhoang-pm for replying my question so quickly, now the problem with python_tsp has been solved, very happy, thank you very much! !
I'm learning mathematics animation production, I really thank the author for sharing such a good resource, I will definitely be able to learn well, thank the author! !