在启动和运行Web应用程序时遇到一些问题。您可以在yx8dxjwh.apps.lair.io看到该项目在线实时运行,但是将其导入pyCharm后,会立即看到该API的关键错误。请看下面:
python manage.py runserver
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x04678078>
Traceback (most recent call last):
File "C:\Program Files (x86)\Python36-32\lib\site-packages\airtable\auth.py", line 37, in __init__
self.api_key = api_key or os.environ['AIRTABLE_API_KEY']
File "C:\Program Files (x86)\Python36-32\lib\os.py", line 669, in __getitem__
raise KeyError(key) from None
KeyError: 'AIRTABLE_API_KEY'
也存在大量其他错误,但我认为这是主要错误,有可能解决其余错误。
任何帮助将不胜感激。
答案 0 :(得分:0)
您没有为AIRTABLE_API_KEY.
设置环境变量。默认情况下,您使用的SDK使用该环境变量。您可以在以下网址阅读更多信息:https://airtable-python-wrapper.readthedocs.io/en/master/authentication.html
然后,如果没有链接,此链接可以帮助您找到Airtable API密钥:https://support.airtable.com/hc/en-us/articles/219046777-How-do-I-get-my-API-key-