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

Error while downloading Qode v2.1.0: Not Found #343

Open
waltersajtos opened this issue Mar 10, 2021 · 4 comments
Open

Error while downloading Qode v2.1.0: Not Found #343

waltersajtos opened this issue Mar 10, 2021 · 4 comments

Comments

@waltersajtos
Copy link

Describe the bug
I am trying to install Qode on Linux but it can't download the right release.

To Reproduce
Steps to reproduce the behavior:

  1. Download starter project
  2. Run npm i
  3. Error while setting up Qode: Error: Error while downloading Qode v2.1.0:https://github.com/nodegui/qode/releases/download/v2.1.0/qode-linux-arm64-v2.1.0.tar.gz. Not Found

Expected behavior
I'm expecting qode to be installed and run the application

Desktop (please complete the following information):

  • OS: Linux
  • NodeGUI version: can't install it because of the error
  • React NodeGUI version: can't install it because of the error
  • OS Version: NAME="Ubuntu" VERSION="18.04.5 LTS (Bionic Beaver)"

Additional context
npm output: https://www.codepile.net/pile/pvRd83K2

@momesana
Copy link

The download link from your logs suggests you are building on an ARM platform: https://github.com/nodegui/qode/releases/download/v2.1.0/qode-linux-arm64-v2.1.0.tar.gz
There is no bundle for that platform as can be seen here: https://github.com/nodegui/qode/releases/. The provided bundles cover
darwin-x64, inux-x64 and win32-x64 only.

@waltersajtos
Copy link
Author

The download link from your logs suggests you are building on an ARM platform: https://github.com/nodegui/qode/releases/download/v2.1.0/qode-linux-arm64-v2.1.0.tar.gz
There is no bundle for that platform as can be seen here: https://github.com/nodegui/qode/releases/. The provided bundles cover
darwin-x64, inux-x64 and win32-x64 only.

Is there a possibility to add that? I'm kind of new in the linux scene so I really don't know how much work this is

@a7ul
Copy link
Collaborator

a7ul commented Mar 17, 2021

Right now qode is compiled using github actions

And github actions only support some intel chips for linux.

See the commit here: https://github.com/nodegui/qode/blob/602cb55099a7770f9869150c1b1925e9b99448c2/.github/workflows/linux.yml#L6

and the supported github actions environments here: https://github.com/actions/virtual-environments

@waltersajtos
Copy link
Author

Right now qode is compiled using github actions

And github actions only support some intel chips for linux.

See the commit here: https://github.com/nodegui/qode/blob/602cb55099a7770f9869150c1b1925e9b99448c2/.github/workflows/linux.yml#L6

and the supported github actions environments here: https://github.com/actions/virtual-environments

Alright, that makes sense. Thanks! Is there an easy way I could compile this myself on an arm64 platform?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants