When I try to run the first block of code of the problem set, I get the following error:
"ModuleNotFoundError: No module named 'lucem_illud'"
I tried to update the lucem_illud package as well (as specified in the comment following the import lucem_illud line), but that didn't work either, giving me the following error message:
When I try to run the first block of code of the problem set, I get the following error:
"ModuleNotFoundError: No module named 'lucem_illud'"
I tried to update the lucem_illud package as well (as specified in the comment following the import lucem_illud line), but that didn't work either, giving me the following error message:
File "", line 3 pip install git+git://github.com/UChicago-Computational-Content-Analysis/lucem_illud.git ^ SyntaxError: invalid syntax
Any tips on how to proceed?
EDIT: I learned that in order for pip install to work, you have to use an exclamation point before it.