vscode intellisense not working for package.
I've installed pymeshlab using the pip3 install pymeshlab
command.
After installation I followed the getting started instructions using:
import pymeshlab
ms = pymeshlab.MeshSet()
I noticed that MeshSet()
was not auto-completing by vscode intellisense and looked at the pymeshlab package installation folder where I noticed that MeshSet.py is not included.
From my limited testing the pymeshlab seems to be operating correctly, but it's very difficult to use when intellisense can't work.
Is there a step of the installation I'm missing?
Thanks for the help!