Pythonist
Pythonist2w ago

Installing on local machine

want to install marimo on local machine with no internet connection,
3 Replies
Akshay
Akshay2w ago
Can you try the method described here: https://stackoverflow.com/a/36730026/8858032 Replacing keystope-deps with marimo
Stack Overflow
installing python packages without internet and using source code a...
we are trying to install couple of python packages without internet. For ex : python-keystoneclient For that we have the packages downloaded from https://pypi.python.org/pypi/python-keystoneclien...
Pythonist
PythonistOP2w ago
im tried something very similar but get this problem "marimo" not an internal or external command, executable program, or batch file. i used pip download -d load_packages label-studio on venv with instaled marimo And then i iused pip install --no-index --find-links D:/marimo_test/load_packages label-studio on local machine. I got all dependencies but im cannot refer to marimo
Akshay
Akshay2w ago
Can you post the exact commands you ran, and the output?