- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在做这个练习:
执行以下步骤后:
为您的函数项目选择一种语言:选择 Python。
选择 Python 别名来创建虚拟环境:选择 Python 解释器的位置。如果未显示该位置,请输入 Python 二进制文件的完整路径。
为项目的第一个函数选择模板:选择 HTTP 触发器。
提供函数名称:键入 HttpExample。
授权级别:选择匿名,这样任何人都可以调用您的函数端点。要了解授权级别,请参阅授权 key 。
选择打开项目的方式:选择“添加到工作区”。
我按F5来在本地运行该函数
这是我得到的错误:
我安装了 python、pip、wheel、azure-function 工具
PS C:\Users\Mustafa Saifee\azfunc> python --version
Python 3.8.2
PS C:\Users\Mustafa Saifee\azfunc> pip --version
pip 20.1 from c:\program files\python38\lib\site-packages\pip (python 3.8)
PS C:\Users\Mustafa Saifee\azfunc> wheel version
wheel 0.34.2
PS C:\Users\Mustafa Saifee\azfunc> pip install azure-functions
Requirement already satisfied: azure-functions in c:\program files\python38\lib\site-packages (1.2.1)
操作系统:Microsoft Windows 10 Education 10.0.19041 Build 19041
也尝试过这个:
I tried python 3.7 and 3.8 plus I also tried it with the conda based python. Then I uninstalled everything. And one by one installed it back. Still the issue persists
(我也已在我的 GitHub Repository 上发布了此问题,如果您可以在我的 GitHub Issue 上标记 #azure-functions 团队的某人)
最佳答案
@aprilspeight帮助我解决了这个问题。所以这个问题可以关闭了。
The solution is given by @aprilspeight: Have you tried running the function while the init.py file is active on the screen?
There shouldn't be a need to modify anything in the function.json file if you're trying out the Quickstart. Therefore, ensure that you're looking at the init.py file when you Start Debugging (F5).
整期内容可阅读HERE
关于python - 错误: Could not find a version that satisfies the requirement azure-functions,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61840884/
我是一名优秀的程序员,十分优秀!