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
I installed the requirements using:
sudo python3 -m pip install -r requirements.txt
but when I try to install librascal using:
sudo python3 -m pip install librascal
I get the below error:
ERROR: Could not find a version that satisfies the requirement librascal
ERROR: No matching distribution found for librascal
How would you install it using pip?
Best
The text was updated successfully, but these errors were encountered:
Thanks. I installed it successfully but I get error when I call it:
ModuleNotFoundError Traceback (most recent call last)
in
10 from tqdm.notebook import tqdm
11 import rascal
---> 12 from rascal.representations import SphericalExpansion as SEXP
13 from rascal.representations import SphericalInvariants as SOAP
14 from rascal.neighbourlist.structure_manager import (
ModuleNotFoundError: No module named 'rascal.representations'
Hi,
I installed the requirements using:
sudo python3 -m pip install -r requirements.txt
but when I try to install librascal using:
sudo python3 -m pip install librascal
I get the below error:
ERROR: Could not find a version that satisfies the requirement librascal
ERROR: No matching distribution found for librascal
How would you install it using pip?
Best
The text was updated successfully, but these errors were encountered: