-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On PNPM Install this happens #237
Labels
bug
Something isn't working
Comments
Using Ubuntu |
Try this:
Might be some underlying system dependencies You might also need to install |
same, the add'l installs don't help. i'm on pop!_os |
Error is |
microsoft/playwright#23296 Think this is it since I was on Ubuntu 23 |
This was referenced Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
packages/core postinstall$ npx playwright install-deps && npx playwright install
│ Installing dependencies...
│ Switching to root user to install dependencies...
│ Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu lunar InRelease [267 kB]
│ Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu lunar-updates InRelease [109 kB]
│ Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu lunar-backports InRelease [99.9 kB]
│ Hit:4 http://security.ubuntu.com/ubuntu lunar-security InRelease
│ Fetched 475 kB in 1s (421 kB/s)
│ Reading package lists...
│ Reading package lists...
│ Building dependency tree...
│ Reading state information...
│ E: Unable to locate package libasound2t64
│ E: Unable to locate package libatk-bridge2.0-0t64
│ E: Couldn't find any package by glob 'libatk-bridge2.0-0t64'
│ E: Couldn't find any package by regex 'libatk-bridge2.0-0t64'
│ E: Unable to locate package libatk1.0-0t64
│ E: Couldn't find any package by glob 'libatk1.0-0t64'
│ E: Couldn't find any package by regex 'libatk1.0-0t64'
│ E: Unable to locate package libatspi2.0-0t64
│ E: Couldn't find any package by glob 'libatspi2.0-0t64'
│ E: Couldn't find any package by regex 'libatspi2.0-0t64'
│ E: Unable to locate package libcups2t64
│ E: Unable to locate package libglib2.0-0t64
│ E: Couldn't find any package by glob 'libglib2.0-0t64'
│ E: Couldn't find any package by regex 'libglib2.0-0t64'
│ E: Unable to locate package libgtk-3-0t64
│ E: Unable to locate package libicu74
│ E: Unable to locate package libevent-2.1-7t64
│ E: Couldn't find any package by glob 'libevent-2.1-7t64'
│ E: Couldn't find any package by regex 'libevent-2.1-7t64'
│ E: Unable to locate package libpng16-16t64
│ E: Unable to locate package libvpx9
│ Failed to install browser dependencies
│ Error: Installation process exited with code: 100
└─ Failed in 7s at /home/ubuntu/dev/eliza/packages/core
ELIFECYCLE Command failed with exit code 1.
Getting this error
The text was updated successfully, but these errors were encountered: