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 tried installing pypozyx via pip install pypozyx and this installs it for python 3.5
I then tried pip2 install pypozyx and this is getting the library installed for python 2.7
But when I try to import the library I get the following error. Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/orestis/.local/lib/python2.7/site-packages/pypozyx/__init__.py", line 90, in <module> from pypozyx.pozyx_serial import * File "/home/orestis/.local/lib/python2.7/site-packages/pypozyx/pozyx_serial.py", line 7, in <module> from pypozyx.lib import PozyxLib File "/home/orestis/.local/lib/python2.7/site-packages/pypozyx/lib.py", line 925 def getPositioningData(self, positioning_data: PositioningData): ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I tried installing pypozyx via pip install pypozyx and this installs it for python 3.5
I then tried pip2 install pypozyx and this is getting the library installed for python 2.7
But when I try to import the library I get the following error.
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/orestis/.local/lib/python2.7/site-packages/pypozyx/__init__.py", line 90, in <module> from pypozyx.pozyx_serial import * File "/home/orestis/.local/lib/python2.7/site-packages/pypozyx/pozyx_serial.py", line 7, in <module> from pypozyx.lib import PozyxLib File "/home/orestis/.local/lib/python2.7/site-packages/pypozyx/lib.py", line 925 def getPositioningData(self, positioning_data: PositioningData): ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: