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
(panel_dev) panel $ conda install pytest-playwright -c microsoft -c conda-forge
Channels:
- microsoft
- conda-forge
- defaults
- pyviz/label/dev
- bokeh
- pyviz
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides playwright >=v1.33.0 needed by pytest-playwright-0.4.2-py_0
Could not solve for environment specs
The following packages are incompatible
└─ pytest-playwright is not installable because there are no viable options
├─ pytest-playwright 0.4.2 would require
│ └─ playwright >=v1.33.0 , which does not exist (perhaps a missing channel);
└─ pytest-playwright [0.4.3|0.4.4] would require
└─ playwright >=1.37.0 , which does not exist (perhaps a missing channel).
I guess conda dependencies need to be modernised somehow?
The text was updated successfully, but these errors were encountered:
ALL software version info
See here: https://gist.github.com/cdeil/9291046977f5af468654af57dd083de6
Description of expected behavior and the observed behavior
I expect the instructions here to work to set up a dev environment:
https://panel.holoviz.org/developer_guide/index.html
Complete, minimal, self-contained example code that reproduces the issue
Trying to install pytest-playwright with conda fails.
Stack traceback and/or browser JavaScript console output
I guess conda dependencies need to be modernised somehow?
The text was updated successfully, but these errors were encountered: