jesterKing / import_3dm

Blender importer script for Rhinoceros 3D files
MIT License
301 stars 38 forks source link

Activation error in Blender 2.93 #85

Closed maxim1967 closed 3 years ago

maxim1967 commented 3 years ago

Describe the bug Activation error in Blender 2.93

Снимок

kittrick commented 3 years ago

I'm getting the same error on Mac OS 11.2.3 with Blender 2.93.

kittrick commented 3 years ago

I can verify that the plugin seems to work on on OSX 11.2.3 with Blender 2.92

studio-travis commented 3 years ago

Hi I also can not see addon active in Blender 2.93. Please check Thank

Qign commented 3 years ago

I'm getting the same error

usefulthink commented 3 years ago

This seems to have to do with the bundled python not having pip (package installer) properly installed. I was able install the addon by doing the following:

A fix for this might be to change the way pip is invoked when installing the depedencies (i.e. don't expect the binary to be there and use python -m pip instead).

jesterKing commented 3 years ago

Handling this in #88