Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I run and see the program's output #15

Open
julian-122 opened this issue Jun 26, 2022 · 2 comments
Open

How do I run and see the program's output #15

julian-122 opened this issue Jun 26, 2022 · 2 comments

Comments

@julian-122
Copy link

Hi cameronking4. If you want to test the library on your machine without installing the dependency via pip install, I recommend you follow the following steps:

  1. Create a python environment: python -m venv ENV
  2. Activate created environment: source ENV/bin/activate
  3. Install the following dependencies: trimesh> = 3.8.8, numpy> = 1.19.1, scipy> = 1.5.2, shapely> = 1.7.1 and networkx> = 2.5
  4. Run the example inside the example folder: python example.py

I followed these steps but when I execute example.py, the terminal waits for a second and then nothing.
How do I see the output? What am I missing? Where am I supposed to be looking?

Originally posted by @jtorres122 in #5 (comment)

@Harikrishnan001998
Copy link

i too had this problem .no output is obtained

@shailesh34
Copy link

could anyone explain how to get the output for after running file example.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants