blenderpy icon indicating copy to clipboard operation
blenderpy copied to clipboard

Searching for compatible Blender online (this will take a while)

Open lucasjinreal opened this issue 3 years ago • 6 comments

I don't know why install a lib need searching some dependencies online?

Searching for compatible Blender online (this will take a while)

I have sintalled blender-pybuilder

lucasjinreal avatar Dec 29 '21 15:12 lucasjinreal

What is blender pybuilder?

On Wed, Dec 29, 2021, 10:00 AM JinTian @.***> wrote:

I don't know why install a lib need searching some dependencies online?

Searching for compatible Blender online (this will take a while)

I have sintalled blender-pybuilder

— Reply to this email directly, view it on GitHub https://github.com/TylerGubala/blenderpy/issues/109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLEYR2JF2PFPVHPTW7RLELUTMPALANCNFSM5K6DESKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

TylerGubala avatar Dec 29 '21 15:12 TylerGubala

@TylerGubala https://github.com/TylerGubala/bpy-build

Sorry for bother, but I am really stucked by install bpy...

image

it was stuck here

image

and pip install bpy also stuck here.......

what the hell happens

lucasjinreal avatar Dec 29 '21 15:12 lucasjinreal

Why not just

pip install bpy==2.91a0 && bpy_post_install

On Wed, Dec 29, 2021, 10:12 AM JinTian @.***> wrote:

@TylerGubala https://github.com/TylerGubala https://github.com/TylerGubala/bpy-build

Sorry for bother, but I am really stucked by install bpy...

[image: image] https://user-images.githubusercontent.com/21303438/147676270-f34e8337-aacd-4cb9-a9f1-63d60410ec2d.png

it was stuck here

[image: image] https://user-images.githubusercontent.com/21303438/147676299-745af19b-b6f0-44f8-bdbc-a0793ee80c69.png

and pip install bpy also stuck here.......

what the hell happens

— Reply to this email directly, view it on GitHub https://github.com/TylerGubala/blenderpy/issues/109#issuecomment-1002641535, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLEYRZGU2DMUTH5SFACNS3UTMQN5ANCNFSM5K6DESKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

TylerGubala avatar Dec 29 '21 17:12 TylerGubala

@TylerGubala thanks, what's the difference between pip install bpy and pip install bpy==2.91a0? I mean, why master version will got this problem while this specific version not?

lucasjinreal avatar Dec 30 '21 09:12 lucasjinreal

image

....

lucasjinreal avatar Dec 30 '21 13:12 lucasjinreal

You need to be on Python version 3.7 as that is the version of Python that Blender 2.91 uses

On Thu, Dec 30, 2021, 8:57 AM JinTian @.***> wrote:

[image: image] https://user-images.githubusercontent.com/21303438/147758306-6f842ba5-0d0b-4214-b599-5515ff3c1143.png

....

— Reply to this email directly, view it on GitHub https://github.com/TylerGubala/blenderpy/issues/109#issuecomment-1003040020, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLEYR7YHOP22TKLHGBANWDUTRQMLANCNFSM5K6DESKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

TylerGubala avatar Dec 30 '21 17:12 TylerGubala