We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got this error - No module named 'bigchaindb_driver' when trying to use bigchaindb driver on my rest api(Django).
This is my pip file:
[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] pylint = "" autopep8 = "" [packages] django = "2.2" djangorestframework = "3.10.0" bigchaindb-driver = "0.6.2" [requires] python_version = "3.7"
[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true
[dev-packages] pylint = "" autopep8 = ""
[packages] django = "2.2" djangorestframework = "3.10.0" bigchaindb-driver = "0.6.2"
[requires] python_version = "3.7"
The text was updated successfully, but these errors were encountered:
pip install bigchaindb-driver
Sorry, something went wrong.
That looks like a pyproject.toml. Afaik you can use poetry install if you have poetry installed. Hint: you should.
pyproject.toml
poetry install
pip install poetry --user Then do poetry install
pip install poetry --user
No branches or pull requests
I got this error - No module named 'bigchaindb_driver' when trying to use bigchaindb driver on my rest api(Django).
This is my pip file:
The text was updated successfully, but these errors were encountered: