Skip to content

Flagging Suspicious Healthcare Claims

0

Is there a way to flag an issue with the AWS team that looks after the Industry Quests? I'm trying to do this module but the code provided in the Jupyter Notebook brings back an error: Enter image description here Enter image description here Does anyone know what the code should be to download the libraries?

1 Answer
0

Hi @Vihn, Unfortunately, I don't have access to contact to Cloud Quest directly, so I make a workaround. I split Cell 1 and add this one:

!{sys.executable} -m pip install -q --upgrade omegaconf==2.2.0 --root-user-action=ignore

!{sys.executable} -m pip install -q --upgrade nvidia-ml-py3==7.352.0 --root-user-action=ignore

!{sys.executable} -m pip install -q --upgrade jsonschema==4.21 --root-user-action=ignore

!{sys.executable} -m pip install -q --upgrade nltk==3.8 --root-user-action=ignore

In addition, I specify the version of

numpy 

and

scipy

.

I hope you can work with it.

Changes

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.