thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 526 forks source link

can't import pyrebase #315

Open idrishmakda52 opened 4 years ago

idrishmakda52 commented 4 years ago

Traceback (most recent call last): File "", line 1, in File "C:\Python36\lib\site-packages\pyrebase__init__.py", line 1, in from .pyrebase import initialize_app File "C:\Python36\lib\site-packages\pyrebase\pyrebase.py", line 18, in from gcloud import storage File "C:\Python36\lib\site-packages\gcloud\storage__init__.py", line 43, in from gcloud.storage.blob import Blob File "C:\Python36\lib\site-packages\gcloud\storage\blob.py", line 31, in from gcloud._helpers import _rfc3339_to_datetime File "C:\Python36\lib\site-packages\gcloud_helpers.py", line 28, in from google.protobuf import timestamp_pb2 File "C:\Python36\lib\site-packages\google\protobuf\timestamp_pb2.py", line 7, in from google.protobuf import descriptor as _descriptor File "C:\Python36\lib\site-packages\google\protobuf\descriptor.py", line 47, in from google.protobuf.pyext import _message ImportError: DLL load failed: The specified procedure could not be found.