Registry / ai-ml / banana-dev

banana-dev

JSON →
library6.3.0pypypi✓ verified 26d ago

Python client for Banana's serverless GPU inference platform. Platform permanently shut down March 31, 2024. Package is abandoned. All API calls fail — the backend no longer exists. Do not use.

pip install banana-dev
INSTALL
IMPORT
SIG · BANANA-DEV
B
banana-dev
ai-mlpythonv6.3.0
Install
2.1s avg
Import
Disk
19MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v6.3.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.930 runs
installs and imports cleanly · install 0.0s · import 0.000s · 21.2MB
glibc
py 3.103.930 runs
installs and imports cleanly · install 2.1s · import 0.000s · 22MB
19MB installed
● package 19MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

banana
# No valid usage — platform shut down March 31, 2024
import banana banana.run(api_key, model_key, inputs)
banana.run() will raise a connection error. The API endpoint no longer exists.

Platform is dead. This quickstart shows the recommended Modal migration pattern.

# banana.dev shut down March 31, 2024. # All API calls will fail with a connection error. # Migrate to: Modal, RunPod, Replicate, or fal.ai # Modal equivalent: import modal app = modal.App() @app.function(gpu="A10G") def run_model(inputs): # your model code pass
Debug
Known issues
breakingBanana.dev platform permanently shut down March 31, 2024. All API calls raise ConnectionError. The backend does not exist.
fix
Migrate to Modal (closest DX) and ensure it is installed (e.g., via `pip install modal`), RunPod (lowest cost), Replicate (easiest API), or fal.ai.
affects: all
breakingPackage is unmaintained. No releases since shutdown. Do not use banana-dev in any new project.
fix
Remove banana-dev from requirements.txt entirely.
affects: all
gotchaTutorials and LLM-generated code referencing banana.dev or the potassium server framework are entirely non-functional. The potassium library is open-source but unmaintained and has no hosting target.
fix
Discard any banana.dev or potassium-based code. Rewrite against Modal or RunPod.
affects: all
gotchaModuleNotFoundError: No module named 'modal'. The 'modal' library is a required dependency that needs to be installed.
fix
Install the 'modal' package using pip: `pip install modal`.
affects: all
Upgrade
Version history
6.3.0latest on PyPI · released Nov 3, 2023
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
banana-dev — pip install banana-dev · libregistry