fastpass
fastpass copied to clipboard
Cannot run test script
Hi,
I am new to data center coding. After following the instructions on your website, I somehow cannot run your test script due to some package missing. Some of them are too old that I cannot find a proper one to install, e.g structures, graph_utils.
Could you please give some advice on how to run the test code?
Hi Leo, Which ones exactly, referenced in which file?
On Fri, Mar 8, 2019 at 07:18 Leo Chenghui Li [email protected] wrote:
Hi,
I am new to data center coding. After following the instructions on your website, I somehow cannot run your test script due to some package missing. Some of them are too old that I cannot find a proper one to install, e.g structures, graph_utils.
Could you please give some advice on how to run the test code?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yonch/fastpass/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8M1nGMo4bweM7yvbXINUfhWrWn5UQWks5vUn8zgaJpZM4bljLM .
-- Jonathan
Hi Jonathan,
Thanks for your reply! For example, when I try to run fastpass/tests/graph-algo/test_path_selection.py,
it gives:
ImportError: No module named 'graph_util'
While I cannot find a python library called graph_util