UChicago-Computational-Content-Analysis / Frequently-Asked-Questions

0 stars 0 forks source link

importing lucem_illud doesn't work #8

Open konratp opened 2 years ago

konratp commented 2 years ago

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.