maryampashmi edited a comment on issue #15451:
URL: https://github.com/apache/airflow/issues/15451#issuecomment-836684818
> airflow.providers.google.leveldb.hooks.LevelDBHook
This is not solved. I am getting the same error. Just tried to create a
docker to install the module separately and this is the error I am getting
```
=> ERROR [2/2] RUN pip install --upgrade "pip==21.1.1" && pip install
airflow.providers.google.leveldb.hooks.LevelDBHook && pip install 7.7s
------
> [2/2] RUN pip install --upgrade "pip==21.1.1" && pip install
airflow.providers.google.leveldb.hooks.LevelDBHook && pip install
apache-airflow-providers-oracle==1.1.0 && pip install
apache-airflow-providers-mysql==1.1.0 && pip install azure-storage-blob:
#5 0.265 + pip install --upgrade pip==21.1.1
#5 0.990 Requirement already satisfied: pip==21.1.1 in
/home/airflow/.local/lib/python3.6/site-packages (21.1.1)
#5 6.744 + pip install airflow.providers.google.leveldb.hooks.LevelDBHook
#5 7.610 ERROR: Could not find a version that satisfies the requirement
airflow.providers.google.leveldb.hooks.LevelDBHook (from versions: none)
#5 7.610 ERROR: No matching distribution found for
airflow.providers.google.leveldb.hooks.LevelDBHook
------
executor failed running [/bin/bash -o pipefail -e -u -x -c pip install
--upgrade "pip==21.1.1" && pip install
airflow.providers.google.leveldb.hooks.LevelDBHook && pip install
apache-airflow-providers-oracle==1.1.0 && pip install
apache-airflow-providers-mysql==1.1.0 && pip install azure-storage-blob]:
exit code: 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]