keep installing packages already installed
Describe the bug
When running cell, mo poped up an installation window suggesting package notinstalled.
After installation (within the editor, or external), the window keeps show up.
Installing package as suggested:
the window shows again.
Environment
ubuntu 22.04. Running in a conda virtualenv.
Code to reproduce
Import necessary libraries for the project
import torch import torch.nn as nn import torch.nn.functional as F import numpy as np import random import gc
Import PyTorch Geometric libraries
import torch_geometric.transforms as T import torch_geometric.utils from torch_geometric.datasets import Planetoid from torch_geometric.utils import spmm
Thanks for reporting. I tried to reproduce but couldn't unfortunately.
@ericYH01 , any more information you can share? For example, how did you install marimo into the conda env? And did you use the defaut pip installer to install the packages? Finally, what do you see in the your terminal window during this process, if anything?
to make things easier, I recreate a new virtualenv (miniconda)
then start marimo in headless mode
$ marimo edit --headless --host 0.0.0.0 --port 7071 --no-token
https://github.com/marimo-team/marimo/assets/83878418/d9c2c519-f6d3-4c38-a036-fe3ea9b4773b
besides, I'd tried on windows-based edge browser, and ubuntu-desktop-based Chrome browser. The situation still happened. However, it works fine when running the same code on local marimo.
Two more interesting things indicate it seems actually installed.
@ericYH01 are you still seeing this? there has been some changes to auto-installation
Going to close this, @ericYH01 please re-open if you are still seeing this issue.