You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I then ran install, then pixi run httpx, and got this message:
The httpx command line client could not run because the required dependencies were not installed.
Make sure you've installed everything with: pip install 'httpx[cli]'
And get this error after running update:
WARN The package `httpx==0.27.2` does not have an extra named `cli`
WARN The package `httpx==0.27.2` does not have an extra named `brotli`
WARN The package `httpx==0.27.2` does not have an extra named `http2`
Lock-file was already up-to-date
Is this an issue with Pixi, the package, or how I've configured it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following entry:
I then ran
install
, thenpixi run httpx
, and got this message:And get this error after running
update
:Is this an issue with Pixi, the package, or how I've configured it?
Beta Was this translation helpful? Give feedback.
All reactions