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

Django -No module named 'bigchaindb_driver' #503

Open
PhatHoang21 opened this issue Aug 23, 2019 · 2 comments
Open

Django -No module named 'bigchaindb_driver' #503

PhatHoang21 opened this issue Aug 23, 2019 · 2 comments

Comments

@PhatHoang21
Copy link

PhatHoang21 commented Aug 23, 2019

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"

@amiranviam
Copy link

pip install bigchaindb-driver

@Aareon
Copy link

Aareon commented Jul 8, 2021

That looks like a pyproject.toml. Afaik you can use poetry install if you have poetry installed. Hint: you should.

pip install poetry --user
Then do poetry install

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

3 participants