Open bpfrd opened 3 years ago
If you actually have fetched the repo, just do pip install .
from the root folder
Thanks. I installed it successfully but I get error when I call it:
ModuleNotFoundError Traceback (most recent call last)
check that you actually didn't pip install rascal
- there is a library on pip with that name and that might interfere with the namespace.
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