我不明白如何下载python 3.7的库,在ubuntu上如果我输入pip3 install python-dotenv,启动项目时,python 3.7看不到它,虽然python 3.9.6看到它
主页
/
user-490015
blinchikkk_'s questions
当我检查某件事时,我遇到了一个错误
@handler.message(name=['Угон'])
async def _(message, args, bot, user, chat, chat_user):
ugon = get(user)
if (user.ebyprog == 0):
ebytexts = 'Отсутствует'
if (user.ebyprog == 1):
ebytexts = 'Есть'
await user.reply(f'{user.mention()}, угоняйте автомобили:\n'
f'📟 Программатор ЭБУ: {ebytexts} \n',
keyboard=kb, inline=True)
错误:
local variable 'ebytexts' referenced before assignment File "C:\\Users\\Максимка\\Desktop\\помои\\prostobot\\app\\bot\\commands\\games\\ugon.py",
line 51, in _\n f\'📟 Программатор ЭБУ: {ebytexts} \\n\',\n']