Skip to content
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

Open
cgallic opened this issue Nov 8, 2024 · 5 comments
Open

On PNPM Install this happens #237

cgallic opened this issue Nov 8, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@cgallic
Copy link

cgallic commented Nov 8, 2024

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

@cgallic cgallic added the bug Something isn't working label Nov 8, 2024
@cgallic
Copy link
Author

cgallic commented Nov 8, 2024

Using Ubuntu
Distributor ID: Ubuntu
Description: Ubuntu 23.04
Release: 23.04
Codename: lunar

@lalalune
Copy link
Member

lalalune commented Nov 9, 2024

Try this:

sudo apt-get update
sudo apt-get install build-essential

Might be some underlying system dependencies You might also need to install ffmpeg

@bathrobe
Copy link

bathrobe commented Nov 9, 2024

same, the add'l installs don't help. i'm on pop!_os

@lalalune
Copy link
Member

Error is npx playwright install-deps && npx playwright install, I can think of a fix

@cgallic
Copy link
Author

cgallic commented Nov 12, 2024

microsoft/playwright#23296 Think this is it since I was on Ubuntu 23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants