Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Install prerequisites #51

Open
yehia67 opened this issue Jun 2, 2020 · 1 comment
Open

Install prerequisites #51

yehia67 opened this issue Jun 2, 2020 · 1 comment

Comments

@yehia67
Copy link

yehia67 commented Jun 2, 2020

Hello,
I am trying to install substrate prerequisites using this command
curl https://getsubstrate.io -sSf | bash -s -- --fast
but I got this error

Package clang is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libclang-dev:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'clang' has no installation candidate
E: Package 'libclang-dev:i386' has no installation candidate

I installed clang
sudo apt install libclang1-7
but it gave the same error.

@danforbes
Copy link
Contributor

I think the issue is because it is looking for libclang-dev:i386, so you need to make sure that the specific dependency is present on your system.

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

No branches or pull requests

2 participants