Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Python3 compatibility issue #12

Closed
darkdawn29 opened this issue Jan 30, 2019 · 7 comments
Closed

Python3 compatibility issue #12

darkdawn29 opened this issue Jan 30, 2019 · 7 comments

Comments

@darkdawn29
Copy link

`

$ python yt.py Traceback (most recent call last): File "yt.py", line 2, in from lib.auth import GAuth File "E:\youtube BOTS\YouTubeShop-master\lib\auth.py", line 4, in import execption ModuleNotFoundError: No module named 'execption'

`

@BitTheByte
Copy link
Owner

Can you give me the ouput of this command?

$ python --version

@darkdawn29
Copy link
Author

python 3.7.2

@BitTheByte
Copy link
Owner

BitTheByte commented Jan 30, 2019

I've updated the codebase now to support Python 3.x.x however i'll still recommend to use Python 2.7.15 until i make sure that the codebase fully supports Python3.
Shall we close this issue ?

Thanks for contacting me and letting me know about this issue.

@BitTheByte BitTheByte changed the title Errors Python3 compatibility issue Jan 30, 2019
@darkdawn29
Copy link
Author

as you say , id go with 2.7.15 , and thank you <3

@darkdawn29
Copy link
Author

i am still having the same issue
screenshot 3

@BitTheByte
Copy link
Owner

It's not the same issue the previously mentioned issue has been fixed.
You need to install some libraries in-order to make this tool work

python -m pip install requests
python -m pip install colorama

Let me know if that works for you

@BitTheByte
Copy link
Owner

Closing for inactivity

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants