-
Notifications
You must be signed in to change notification settings - Fork 1
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
Doesn't seem to want to run on Linux Mint. #1
Comments
Hi Peter, |
Looks as though that did the trick :) pnunn@MintTest:~$ go/bin/gospeedtest Not seeing bubble tea in action though, but love the results. Thanks heaps for your efforts. |
Not an issue. Can you please try running this sample Go program - https://github.com/charmbracelet/bubbletea/blob/master/examples/spinners/main.go |
OK, that worked. I think I was perhaps expecting more from speetest :) The spinner seems to be working, I think I was expecting a bar chart of some sort or something. All good. On one machine though I did get an npx error when I tried to run the binary produced on another machine saying playground was missing some dependencies.. but I'll look at that another time. :) |
ah got it. I will add the chart for sure in the near future. For running binaries on another machine, the dependencies are always needed to be installed. As it is using headless browser internally so. For now I will close the issue. :) |
Followed the instructions on the readme, and after installing build-essentials it compiles OK, but seems something is missing. Is this a known issue?
pnunn@MintTest:
$ gospeedtest$ go/bin/gospeedtestgospeedtest: command not found
pnunn@MintTest:
Error: could not start driver: fork/exec /home/pnunn/.cache/ms-playwright-go/1.20.0-beta-1647057403000/playwright.sh: no such file or directory
Alas, there's been an error: could not start driver: fork/exec /home/pnunn/.cache/ms-playwright-go/1.20.0-beta-1647057403000/playwright.sh: no such file or directory
The text was updated successfully, but these errors were encountered: