PyMesh icon indicating copy to clipboard operation
PyMesh copied to clipboard

error: Could not find suitable distribution for Requirement.parse('pymesh2==0.3'

Open triple7 opened this issue 1 year ago • 1 comments

Hi again,

I've installed all from source using make. No errors.

When I run: sudo ./setup.py install

I get the following: Installed /Users/osiris/miniforge3/lib/python3.9/site-packages/pymesh2-0.3-py3.9-macosx-11.0-arm64.egg Processing dependencies for pymesh2==0.3 Searching for pymesh2==0.3 Reading https://pypi.org/simple/pymesh2/ /Users/osiris/miniforge3/lib/python3.9/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( No local packages or working download links found for pymesh2==0.3 error: Could not find suitable distribution for Requirement.parse('pymesh2==0.3')

Before I start messing with the setup.py file, anything I can quickly solve this with?

triple7 avatar Jan 02 '23 11:01 triple7

The package in the PyPi repository is outdated. I think that it is due to the non-working build. Related to the https://github.com/PyMesh/PyMesh/issues/307

tomichec avatar Aug 11 '23 16:08 tomichec