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 have installed pyshopee in my machine. It has installed successfully without any error.
While import the pyshopee, Im getting below error.
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import pyshopee
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/pyshopee/init.py", line 3, in
from .client import Client
File "/usr/local/lib/python2.7/dist-packages/pyshopee/client.py", line 40
class Client(object, metaclass=ClientMeta):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I have installed pyshopee in my machine. It has installed successfully without any error.
While import the pyshopee, Im getting below error.
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: