bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
104 stars 104 forks source link

Django -No module named 'bigchaindb_driver' #503

Open PhatHoang21 opened 5 years ago

PhatHoang21 commented 5 years ago

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 commented 3 years ago

pip install bigchaindb-driver

Aareon commented 3 years ago

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