Unit 11 · reflection

Unit 11 Import Trace

Choose one import from each category you actually used:

my project
standard library
third-party package (if available)

For each, identify where the code comes from and who controls its installation or source.

Then describe one import failure you can now diagnose more precisely than Python can't find it.

If your environment did not allow third-party installation, use the supplied dependency evidence and explain which part of the import/dependency chain would normally be responsible for making that package available.