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