You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
i got the error : Traceback (most recent call last):
File "C:\Users\y_mc\PycharmProjects\Mogwai_Wallet\venv\lib\site-packages\requests_cache\backends_init_.py", line 50, in create_backend
return registry[backend_name](cache_name, **options)
KeyError: 'sqlite'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Community Edition 2023.1.3\plugins\python-ce\helpers\pydev\pydevconsole.py", line 364, in runcode
coro = func()
File "", line 1, in
File "C:\Users\y_mc\PycharmProjects\Mogwai_Wallet\venv\lib\site-packages\coinmarketcap\core.py", line 56, in listings
response = self.__request('listings/', params=None)
File "C:\Users\y_mc\PycharmProjects\Mogwai_Wallet\venv\lib\site-packages\coinmarketcap\core.py", line 34, in __request
response_object = self.session.get(self.base_url + endpoint, params = params, timeout = self.request_timeout)
File "C:\Users\y_mc\PycharmProjects\Mogwai_Wallet\venv\lib\site-packages\coinmarketcap\core.py", line 27, in session
self.session = requests_cache.CachedSession(cache_name=self.cache_name, backend='sqlite', expire_after=120)
File "C:\Users\y_mc\PycharmProjects\Mogwai_Wallet\venv\lib\site-packages\requests_cache\core.py", line 68, in init
self.cache = backends.create_backend(backend, cache_name, backend_options)
File "C:\Users\y_mc\PycharmProjects\Mogwai_Wallet\venv\lib\site-packages\requests_cache\backends_init.py", line 53, in create_backend
raise ImportError('You must install the python package: %s' %
ImportError: You must install the python package: sqlite3
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: