You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to install substrate prerequisites using this command
curl https://getsubstrate.io -sSf | bash -s -- --fast
but I got this error
I installed clang
sudo apt install libclang1-7
but it gave the same error.
The text was updated successfully, but these errors were encountered: