MCPcopy Create free account
hub / github.com/codefuse-ai/ModelCache / PipInstallError

Class PipInstallError

modelcache_mm/utils/error.py:27–30  ·  view source on GitHub ↗

Raise when failed to install package.

Source from the content-addressed store, hash-verified

25
26
27class PipInstallError(CacheError):
28 """Raise when failed to install package."""
29 def __init__(self, package):
30 super().__init__(f"Ran into error installing {package}.")
31
32
33class MultiTypeError(CacheError):

Callers 1

prompt_installFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected