question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing JobService class in import path

See original GitHub issue
  • Package Name: azure.ai.ml
  • Package Version: 1.1.2
  • Operating System: Linux
  • Python Version: py10

Describe the bug I am trying to import the JobService class following this azure example It’s failing on the import. from azure.ai.ml.entities import JobService returns ImportError: cannot import name 'JobService' from 'azure.ai.ml.entities' (/anaconda/envs/azureml_py310_sdkv2/lib/python3.10/site-packages/azure/ai/ml/entities/__init__.py)

I am running this code on a azure ml compute instance.

To Reproduce Steps to reproduce the behavior:

  1. pip install azure-ai-ml==1.1.2
  2. Copy this notebook
  3. Run the first cell

Expected behavior It should be able to import JobService

Issue Analytics

  • State:open
  • Created 10 months ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
needuvcommented, Dec 5, 2022

@TonyJ1, could you please take a look at this?

0reactions
msftbot[bot]commented, Dec 16, 2022

Hi, we’re sending this friendly reminder because we haven’t heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don’t hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

JobService - Android Developers
public abstract class JobService extends Service ... Returns the absolute path to the application specific cache directory on the filesystem.
Read more >
How to auto import missing class in the latest android studio?
The instruction said if you want to import the missing class just use ALT + ENTER on the top part of the class....
Read more >
Job dependencies were lost after importing projects
I noticed that the projects whose job dependencies were lost were all created before any patch was applied to the cryoSPARC instance.
Read more >
My AWS DeepRacer reinforcement learning model is failing to ...
Learn more about the update and find out how to resolve error messages if your AWS DeepRacer reinforcement learning model(s) (RL) is failing...
Read more >
Running mypy and managing imports
First, you can pass in paths to Python files and directories you want to type check. ... To suppress all missing import errors...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found