mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
582 stars 135 forks source link

7.14 won't install through pip under Python 3.8 #454

Closed fstwn closed 2 years ago

fstwn commented 2 years ago

Hey, just for reasons of completeness I'm opening this issue, referencing this discussion and also tag @sbaer .

Unfortunately, when trying to update or install using pip, an error is thrown:

(ddu_ias_research) PS C:\Users\EFESTWIN\Desktop> pip --version
pip 22.0.3 from C:\Users\EFESTWIN\Anaconda3\envs\ddu_ias_research\lib\site-packages\pip (python 3.8)
(ddu_ias_research) PS C:\Users\EFESTWIN\Desktop> pip install rhino3dm
Collecting rhino3dm
  Using cached rhino3dm-7.14.0-cp38-cp38-win_amd64.whl (2.0 MB)
ERROR: rhino3dm has an invalid wheel, rhino3dm has an invalid wheel, .dist-info directory not found

Haven't tried using other Python versions though.

sbaer commented 2 years ago

I see that too. Working on a fix

sbaer commented 2 years ago

uploaded 7.14.1 to pypi. This looks like it is working now