I have downloaded all the files required locally and saved API keys locally in .env file
I keep getting below error message while running the code in lesson 2. Could anyone advise on how to debug? Thank you!
I have downloaded all the files required locally and saved API keys locally in .env file
I keep getting below error message while running the code in lesson 2. Could anyone advise on how to debug? Thank you!
what is s.general.partition()?? s??
It’s the code from the lesson notes for student. Believe it is from Unstructured package.
did you locate all the files in a folder where you are working on your jupyter notebook. Also remember these module comes with version mentioned in requirement.txt file, so did you match all the module version.
Running a code locally does just require them to download. In your local environment, your code is not able to read the util.py codes(metadata code)
You might have to also make change in the code based on system, python environment.