简体   繁体   English

如何升级Azure Data Explorer Python Plugin Sandbox Anaconda和Python版本?

[英]How to Upgrade Azure Data Explorer Python Plugin Sandbox Anaconda and Python Version?

I'm using the Python Sandbox in Azure Data Explorer to do inference on my data.tables.在 Azure 数据资源管理器中使用 Python 沙盒对我的数据表进行推理。 However, in some of my python code I'll need to upgrade the python() sandbox.但是,在我的一些 python 代码中,我需要升级 python() 沙箱。 (eg, my models are TensorFlow 2 models instead of TF 1 provided by Py 3.6 and Anaconda 5.2 inside the sandbox). (例如,我的模型是 TensorFlow 2 个模型,而不是由 Py 3.6 和沙箱内的 Anaconda 5.2 提供的 TF 1)。

I was looking online but didn't find any good solution on how to upgrade Azure Data Explorer Python Sandbox Anaconda and Python Version我在网上寻找但没有找到关于如何升级 Azure Data Explorer Python Sandbox Anaconda 和 Python 版本的任何好的解决方案

I've tried to follow the documentation on Azure Data Explorer Python Sandbox Policy , but there's no mention on upgrading the Python and Anaconda version我尝试按照Azure Data Explorer Python Sandbox Policy上的文档进行操作,但没有提及升级 Python 和 Anaconda 版本

Another information that I've found is the dependencies versions are shown in the Anaconda page我发现的另一个信息是依赖版本显示在Anaconda 页面

If anyone knows of a solution or any information to run this python sandbox upgrade that'd be really great Or if it's not possible can anyone suggest me what other Azure solution I might use to do inference on my data.tables?如果有人知道运行此 python 沙箱升级的解决方案或任何信息,那将是非常棒的或者如果不可能,有人可以建议我其他 Azure 解决方案我可以用来对我的 data.tables 进行推理吗?

Thanks and have a great day!谢谢,祝你有美好的一天!

There is a new version based on Python 3.10.8 + latest packages.有一个基于 Python 3.10.8 + 最新包的新版本。 This version is still in preview, in few weeks it would be GA.此版本仍处于预览阶段,几周后将正式发布。 Currently this upgrade is not yet self service, you should contact ADX support to perform the upgrade.目前此升级还不是自助服务,您应该联系 ADX 支持来执行升级。 You can also email me (adieldar@microsoft.com), specifying your cluster name, and I can take it from there.您也可以联系 email 我 (adieldar@microsoft.com),指定您的集群名称,我可以从那里获取。

thanks, Adi谢谢,阿迪

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过python anaconda jupyter连接Azure sql数据库 - How to connect to Azure sql database through python anaconda jupyter Azure webapp:如何更新Python版本? - Azure webapp: How to update Python version? 如何将json object写入Azure Data Explorer - How to write json object to Azure Data Explorer Terraform 和 Azure 数据浏览器 - Terraform and Azure Data Explorer Fluentd + azure 数据浏览器集群 - Fluentd + azure data explorer cluster 无法在视觉代码上使用 anaconda python 3.9 解析导入 azure.functions - cant resolve import azure.functions using anaconda python 3.9 on visual code 如何使用 VM 上的文件使用 Azure 数据工厂运行 python 脚本? - How to run python script with Azure Data Factory using files on a VM? 使用 Azure Datalake 存储上传文件夹失败,使用 Azure Storage Explorer 和 python SDK 两者 - Uploading folders on Azure Datalake storage failed using Azure Storage Explorer and python SDK both 如何使用 azure python sdk 版本 2 将 X.509 认证的下游设备连接到启用边缘的网关 azure - How to connect X.509 authenticated downstream device using azure python sdk version 2 to azure edge enabled gateway Python:Azure Databricks 中的数据匹配错误 - Python: Data match wrongly in Azure Databricks
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM