Yαƚσ
Yαƚσ
import requests as r # pip install requests res = r.get(url).json() print(res)
nope i have a different output ``` raceback (most recent call last): File "D:\env\upload.py", line 1, in from mega import Mega File "C:\Users\HP\AppData\Roaming\Python\Python39\site-packages\mega\__init__.py", line 1, in from .mega import Mega...
if i tried to install pycrypto ``` D:\env>pip install pycrypto Defaulting to user installation because normal site-packages is not writeable Collecting pycrypto Using cached pycrypto-2.6.1.tar.gz (446 kB) Using legacy 'setup.py...
@adaamz same error ``` Traceback (most recent call last): File "D:\python codes\scripts\megdl.py", line 1, in from mega import Mega File "C:\Users\HP\AppData\Roaming\Python\Python39\site-packages\mega\__init__.py", line 1, in from .mega import Mega # noqa...