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: Unable to install #17

Open
DrRaja opened this issue Apr 28, 2024 · 1 comment
Open

Error: Unable to install #17

DrRaja opened this issue Apr 28, 2024 · 1 comment

Comments

@DrRaja
Copy link

DrRaja commented Apr 28, 2024

Was planning to try out the package but it just doesn't install using the command.

pip install bondai

This returns a numpy version error. Fixed that by removing the specific version in the requirements.txt but then it returned a pre-commit version error. Did the same here and got another couple of errors but it showed the message that the package was installed successfully. However when trying to run the toy example from the docs, it returns the error: " No module named bondai".

@trustraptor
Copy link

If you clone the repo, this fixed it for me:

  1. Install an environment with python==3.10
  2. pip install --use-pep517 -r requirements.txt
  3. move bondai/main.py to and run from root folder
  4. Profit

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

2 participants