-
Couldn't load subscription status.
- Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I created a fresh project and ran the following:
$ history
2233 which uv
2234 uv self update
2235 uv init --app
2237 rm hello.py
2238 vim .python-version
2239 uv sync
2241 uv add ipykernel --dev
2242 ls
2243 uv add "ibis-framework[duckdb]" pandas
2244 uv add panel param
2246 uv remove panel
2247 uv add matplotlib panel param hvplot "ibis-framework[duckdb]" pandas # error occurs here
2248 ls
2249 rm uv.lock
2251 uv add matplotlib panel param hvplot
2252 uv add matplotlib panel param hvplot "ibis-framework[duckdb]" pandas
2253 uv --version
And I was getting this error after removing panel as a dependency:
In the place I've marked as error occurs here in the history above.
After deleting uv.lock and adding the dependencies one by one I don't get the error again. I thought I'd report in case it was apparent to someone as to what is going on here
uv --version
uv 0.4.8 (956cadd1a 2024-09-09)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working