添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
笑点低的毛豆  ·  pulseIn() - Arduino ...·  5 月前    · 
沉稳的饭卡  ·  docker login | Docker ...·  6 月前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I tried following the instructions in this page, and I got the error using Databricks Runtime 12.2 LTS:
OSError: [Errno 95] Operation not supported:

Maybe this content on this page is obsolete or there exists a bug. Please confirm, and fix bug or remove page.

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

  • ID: 6b9c64ac-8df7-2ce0-4526-a025d6e00edf
  • Version Independent ID: 6b9c64ac-8df7-2ce0-4526-a025d6e00edf
  • Content: Share code between Databricks notebooks - Azure Databricks
  • Content Source: databricks/notebooks/share-code.md
  • Service: azure-databricks
  • GitHub Login: @mssaperla
  • Microsoft Alias: saperla
  • @TimTheinAtTabs
    Thank you for providing the error code. The error message you received, "OSError: [Errno 95] Operation not supported", typically indicates that the operation you are trying to perform is not supported on the current platform or file system.

    Without more context, it's difficult to determine the exact cause of the error. However, it's possible that the error is related to the specific code you are running or the environment you are running it in.

    To help diagnose the issue, can you please provide more information about the code you are running and the environment you are running it in? Additionally, if you have any additional error messages or logs, please share them with me so that I can better understand the issue.

    I recently discovered the source of the problem. The file that I was applying the "import" statement to, was a notebook type, even though the notebook contained only one cmd cell and the name of the notebook had a ".py" extension. After creating a "file" instead of a "notebook" and moving the code from the notebook into the file, I was able to use the "import" statement. Maybe you need to clarify this to the readers in case they come across the same problem.

    From: ashly-mathew-usps ***@***.***> Sent: Wednesday, February 28, 2024 10:51 AM To: MicrosoftDocs/azure-docs ***@***.***> Cc: Tim Thein ***@***.***>; Mention ***@***.***> Subject: Re: [MicrosoftDocs/azure-docs] [Errno 95] Operation not supported (Issue #113823 ) CAUTION: This email originated from outside our organization. Do not click links or open attachments unless you validate the sender. @TimTheinAtTabs < https://github.com/TimTheinAtTabs > . Thank you so much, This resolved my issue! Reply to this email directly, view it on GitHub< #113823 (comment) >, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AYBCFU6IS25NE27ZSGRU6CDYV54CXAVCNFSM6AAAAAA32QJ442VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZGYZDMMBTGQ >. You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>