小编brg*_*usa的帖子

如何使用/安装gps python库

root@raspberrypi:~# python
Python 2.7.3 (default, Jan 13 2013, 11:20:46)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gps import gps
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name gps
>>> exit ()
Run Code Online (Sandbox Code Playgroud)

这似乎不起作用。安装的 debian 软件包:gpsd、gpsd-clients、python-gps、libgps20、libgps-dev

python gps python-2.7

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

gps ×1

python ×1

python-2.7 ×1