You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did pip install --upgrade -r requirements.txt
It installed everything
Then I try to run python dumpgenerator.py --images --xml --curonly naruto.fandom.com
But it tells me File "C:\Users\Esteb\Documents\wikiteam-master\dumpgenerator.py", line 25 print "Please install the kitchen module." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Please install the kitchen module.")?
Even tho the kitchen module is already installed!
To make sure, I did pip install kitchen once again, but it doesn't solve the problem...
I'm not a pro at python, so maybe I'm doing something incorrectly, however, I followed every instruction I was given.
The text was updated successfully, but these errors were encountered:
I did
pip install --upgrade -r requirements.txt
It installed everything
Then I try to run
python dumpgenerator.py --images --xml --curonly naruto.fandom.com
But it tells me
File "C:\Users\Esteb\Documents\wikiteam-master\dumpgenerator.py", line 25 print "Please install the kitchen module." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Please install the kitchen module.")?
Even tho the kitchen module is already installed!
To make sure, I did
pip install kitchen
once again, but it doesn't solve the problem...I'm not a pro at python, so maybe I'm doing something incorrectly, however, I followed every instruction I was given.
The text was updated successfully, but these errors were encountered: