0

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!

1 Answers1

0

just installed pymeshlab, vscode's intellisense on ubuntu not recognising MeshSet.

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 07 '23 at 07:47