科学网

 找回密码
  注册
AttributeError: module \'serial\' has no attribute \'FIVEBITS\'
陈超 2020-9-1 11:53
2020-08-31T09:48:22 - VERBOSE - preProcessor - Connecting module preProcessor to 127.0.0.1:1883 ... 2020-08-31T09:48:22 - DEBUG - preProcessor - Starting worker preProces ...
个人分类: IoT|2680 次阅读|没有评论
openadms-server的PostgreSQL配置问题
陈超 2020-8-25 15:11
createdb --encoding UTF8 --owner openadms openadms 出现如下错误: createdb: 错误: 创建数据库失败: 閿欒: 鏁版嵁搴?openadms 宸茬粡瀛樺湪 解决办法: database user 建议采用默认的 ' postgres ' psql -h localhost -U postgres -d openadms -a -f timeseries.sql $$ LANGUA ...
个人分类: IoT|2157 次阅读|没有评论
createuser: 错误: 无法联接到数据库 postgres: 致命错误: 用户 "a" Password 认证
陈超 2020-8-25 14:04
createuser --no-superuser --createdb --no-createrole --pwprompt geoiot 为新角色输入的口令: 再输入一遍: 口令: createuser: 错误: 无法联接到数据库 postgres: 致命错误: 用户 a Password 认证失败 解释: https://www.husw.net/blog/post/1382/ 原因是: Postgresql数据库中的用户和系 ...
个人分类: IoT|5990 次阅读|没有评论
import_module() : ModuleNotFoundError
陈超 2020-8-21 16:55
openadms-node出现如下错误: Loading module com1 failed: No module named 'serial' 用VS code调试Python代码以后发现 manager.py的268行代码中: worker_class=getattr(import_module(module_path), ...
个人分类: IoT|5429 次阅读|没有评论
pipenv安装及使用
陈超 2020-8-19 13:20
sudo -H pip3.8 install -U --user pipenv -i https://pypi.doubanio.com/simple/ pipenv安装成功以后,如果还不能使用,那就手动添加环境变; export PATH=$PATH:/home/chaoshu/.local/bin pip升级: https://www.cnblogs.com/4wheel/p/8193255.html pip安装时候更换国内源: https://blog.csdn.net/n ...
个人分类: Ubuntu|4722 次阅读|没有评论
pip3 install --user pipenv出现Traceback (most recent call last
陈超 2020-8-18 19:07
在安装好Python3.8以后,并解决_ssl问题以后,开始安装pipenv,出现如下问题: ERROR: Exception: Traceback (most recent call last): File /usr/local/python3/lib/python3.8/site-packages/pip/_internal/cli/base_command.py, line 188, in _main status = self.run(options ...
个人分类: Ubuntu|4866 次阅读|没有评论
Ubuntu16.04安装Python3.8.5问题及解决方法
陈超 2020-8-18 15:37
Ubuntu16.04安装Python3.8.5: https://blog.csdn.net/onebigday/article/details/104672350 https://www.jianshu.com/p/a1c965e954f8 https://www.jianshu.com/p/c82be5f22966 安装编译之后出现apt-get错误 Youmightwanttorun'apt-get-finstall'to ...
个人分类: Ubuntu|4785 次阅读|没有评论
北斗物联
陈超 2020-8-7 18:38
地图审图号:GS(2019)1823号 http://bzdt.ch.mnr.gov.cn/browse.html?picId=%224o28b0625501ad13015501ad2bfc0256%22 绘图采用:ProcessOn软件
个人分类: 久违空间|1610 次阅读|没有评论
NTRIP Caster
陈超 2020-8-6 11:33
一、什么是NTRIP Caster 了解什么是NTRIP Caster?首先需要了解什么是 NTRIP ; 简单理解,就是通过互联网传输rtk差分数据(Networked Transportof RTCM via Internet) 最简单的理解NTRIP Caster,就是其接收各个基准站(连续跟踪站)数据后完成参考站(流动站)差分改正数据生成,并提供差分改正数据的网络发布 ...
个人分类: GNSS|9814 次阅读|没有评论
rtkrcv能否通过Windows下VS编译exe???
陈超 2020-8-5 19:04
There is a note at the top of the rtkrcv.c source file that the current version does not support win32 without the pthread library. rtkrcv采用了大量Linux下面C/C++独有的库函数,默认采用gcc进行编译,如何解决Windows下面通过VS编译器生成exe文件? 1)感觉首先需要解决Linux和Windows不同库函数转换的问 ...
个人分类: RTKLIB|2715 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-24 17:22

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部