imdb-sqlite library

Asked

Viewed 10 times

-1

PYTHON - needed to popular a database in sqlite with the imdb data, I tried to use the imdb library- because I saw that it should be the simplest way, I performed the installation:

Pip install imdb-sqlite

and then should execute the command imdb-sqlite in cmd, however it returns error:

erro da execução do comando

I even found some other questions on this subject but in the answer suggested to do as I am trying:

https://stackoverflow.com/questions/54033155/imdb-to-sqlite-how-to-create-table-and-insert-imdb-data-into-sqlite-database

  • It seems that the environment variable was not sorted so when typing in cmd "imdb-sqlite" the data is not downloaded. if when typing python and not entering the interactive shell of the language the lack of configuration of the environment variable will result this message...is not recognized as internal or external program.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.