Closed jorgetorresny closed 8 years ago
Thank you for your feedback.
Unfortunately I don't have any Windows machine available for me.
But this problem seems to be unrelated to the platform.
Will remove version definition from __init__.py
and put it somewhere else to avoid import pynstagram
from setup.py
.
Will try to make a fix today.
@jorgetorresny , could you please try to install a new version
pip install pynstagram==0.1.2
to verify that this fix works for you.
Feel free to reopen this issue.
thanks it actually works now Thanks
When you try installing this with python.exe -m pip install pynstagram
im getting this I missing something ?
Collecting pynstagram Using cached pynstagram-0.1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in
File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-oceu86ci\pynstagram\s
etup.py", line 12, in
import pynstagram
File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-oceu86ci\pynstagram\p
ynstagraminit.py", line 1, in
from pynstagram.client import PynstagramClient
File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-oceu86ci\pynstagram\p
ynstagram\client.py", line 1, in
from session import PynstagramSession
ImportError: No module named 'session'
Command "python setup.py egg_info" failed with error code 1 in C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-oceu86ci\pynstagram\
now when i do it with python.exe setup.py i get this but it will not finish compiling
Traceback (most recent call last): File "setup.py", line 12, in
import pynstagram
File "c:\Users\Administrator\Desktop\pynstagram-master\pynstagraminit.py"
, line 1, in
from pynstagram.client import PynstagramClient
File "c:\Users\Administrator\Desktop\pynstagram-master\pynstagram\client.py",
line 1, in
from session import PynstagramSession
ImportError: No module named 'session'