yudai / gotty

Share your terminal as a web application
MIT License
18.77k stars 1.38k forks source link

Errors during installation (brew) #213

Open millsoft opened 6 years ago

millsoft commented 6 years ago

Hi, I am trying to install gotty using brew, but it doesn't work :(

When I try to use go it also doesn't work

$> go get github.com/yudai/gotty
package context: unrecognized import path "context" (import path does not begin with hostname)

What version of GoTTY are you using (gotty --version)?

no idea, couldn't install it.

What operating system and browser are you using?

Ubuntu 16.04.4 LTS

What did you do?

brew install yudai/gotty/gotty

What did you expect to see?

No errors

What did you see instead?

$> brew install yudai/gotty/gotty
==> Tapping yudai/gotty
Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/yudai/homebrew-gotty'...
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 1), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
Checking connectivity... done.
Error: Invalid formula: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/yudai/homebrew-gotty/gotty.rb
undefined method `is_64_bit?' for Hardware:Module
Error: Cannot tap yudai/gotty: invalid syntax in tap!

Tried it also on other linux machine (Ubuntu 17) -> same problem.

aserrallerios commented 5 years ago

Any news on this issue? It looks like it is preventing the gotty installation in linux systems.

Anyone found a workaround for it?

extragornax commented 5 years ago

Any update ?

MaxMega12 commented 3 years ago

ping? same issue here