Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

Unable to start boto3 client #13

Open
claravdw opened this issue Apr 2, 2020 · 0 comments
Open

Unable to start boto3 client #13

claravdw opened this issue Apr 2, 2020 · 0 comments

Comments

@claravdw
Copy link

claravdw commented Apr 2, 2020

While re-running some code that was working a few months ago (Nov or Dec 2019), I am running into the following problem. It happens as soon as I deploy a function that requires boto3 (e.g. AccountBalance(), CreateHIT() etc.). The first time I tried it, I was prompted to install Miniconda, and said 'yes', even though I already have Anaconda installed. Then, I get the following message:

Error in py_module_import(module, convert = convert): ModuleNotFoundError: No module named 'boto3'
     Unable to start boto3 client.
Error in fun(Title = "Classify a radio fragment about climate change",  : 
  could not find function "fun"
Warning message:
In CreateHIT(annotation = paste0(fulltop, " Clara Coding"), assignments = 1,  :
  Invalid Request

I have made sure that boto3 is installed for both python2 and python3. I am getting this error on two different machines with different OS's.

Thanks for any help you can give me!

Clara

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant