Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4118

Issue: Rhino8 freezes when I try install pip library in the ScriptEditor

$
0
0

When I try to install a python3 pip package in the ScriptEditor, the application freezes when I run the script.

This also happens for other libaries (e.g. “numpy”), when I include a version number (e.g. “firebase-admin==6.4.0”) and when I start rhino8 in safe mode.

About 4 months ago I was able to install and use this library with. Can anyone please help me solve this?

Thanks, Tim

#! python3

"""Requirements"""
# r: firebase-admin

import rhinoscriptsyntax as rs
import scriptcontext as sc
import math

import System
import System.Collections.Generic
import Rhino

"""Import packages"""
import firebase_admin
from firebase_admin import credentials
from firebase_admin import firestore

6 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 4118

Trending Articles