Jessime / youtube_history

A quick analysis of all Youtube videos in a user's history.
MIT License
83 stars 4 forks source link

Can't login ( NameError: name 'myaccountname' is not defined ) #3

Closed Yakume closed 7 years ago

Yakume commented 7 years ago

Hi, I can't log in with my google name, I try with the email or without using spaces but the result is the same, what I'm doing wrong ? I exec "python youtube_history.py" and write the name but after that it gives me that error.

P.S. Thanks for your work :D

Jessime commented 7 years ago

Hey! I think you're using Python 2 instead of Python 3. Is that the case?

Yakume commented 7 years ago

Hi, you are right, I was using python 2 so I used "python3 youtube_history.py" command but now it gives me this error : "import pandas as pd ImportError: No module named 'pandas'"

(sorry for the late answer)

Jessime commented 7 years ago

You don't have the required dependencies installed in python3. Doing pip3 install -r requirements.txt from the project folder should clear this up.

Yakume commented 7 years ago

Now is going, thank you for your support and for this script :D

Jessime commented 7 years ago

Great! I'm going to close this issue. Feel free to open another one if something else comes up.