You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just trying to run your code with PyCharm and a Conda interpreter (From Anaconda Navigator) this Python 3.9.
All your required packages have loaded.
I believe I need to create a main.py fle as your README.md indicates .... (below snippet) however I am not doing the main.py correctly. Can you provide a proper startup file or new main.py?
Regards,
Eric
From README.md :
Quick Start
frompysubdiv.mainimportmainfrompysubdiv.main.dataimportfiles# Create a simple Mesh by passing vertices and faces# Create empty object or pass vertices and faces directlymesh=main.Mesh()
The text was updated successfully, but these errors were encountered:
I am just trying to run your code with PyCharm and a Conda interpreter (From Anaconda Navigator) this Python 3.9.
All your required packages have loaded.
I believe I need to create a main.py fle as your README.md indicates .... (below snippet) however I am not doing the main.py correctly. Can you provide a proper startup file or new main.py?
Regards,
Eric
From README.md :
Quick Start
The text was updated successfully, but these errors were encountered: