日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

本地搭建Agriculture_KnowledgeGraph农业知识图谱环境时遇到的问题及解决办法

發(fā)布時間:2023/12/14 编程问答 45 豆豆
生活随笔 收集整理的這篇文章主要介紹了 本地搭建Agriculture_KnowledgeGraph农业知识图谱环境时遇到的问题及解决办法 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

項目地址:https://github.com/qq547276542/Agriculture_KnowledgeGraphhttps://github.com/qq547276542/Agriculture_KnowledgeGraph

1、python點擊run或者debug的時候出現(xiàn)Type ‘manage.py help <subcommand>‘ for help on a specific subcommand.

Type 'manage.py help <subcommand>' for help on a specific subcommand.Available subcommands:[auth]changepasswordcreatesuperuser[contenttypes]remove_stale_contenttypes[django]checkcompilemessagescreatecachetabledbshelldiffsettingsdumpdataflushinspectdbloaddatamakemessagesmakemigrationsmigratesendtestemailshellshowmigrationssqlflushsqlmigratesqlsequenceresetsquashmigrationsstartappstartprojecttesttestserver[sessions]clearsessions[staticfiles]collectstaticfindstaticrunserverProcess finished with exit code 0

解決辦法如下:

點擊運行里的編輯配置,然后 在形參里添加runserver

?2、ValueError:The following settings are not supported :{‘username‘: ‘neo4j“}

原因:究其根本是py2neo的版本不同,出現(xiàn)上述問題時是由于你的py2neo版本太高,新版本的寫法不是這種

解決辦法:安裝低版本的py2neo 例如4.3.0

命令:

pip install py2neo==4.3.0 -i https://pypi.douban.com/simple

安裝即可自動卸載之前的py2neo,并安裝4.3.0版本的py2neo,問題解決。

3、AttributeError module 'time' has no attribute 'clock'

原因:Python3.8不再支持time.clock,但在調(diào)用時依然包含該方法;

解決辦法:用time.perf_counter()替換

time.perf_counter()

參考網(wǎng)頁:

1、python點擊run或者debug的時候出現(xiàn)Type ‘manage.py help <subcommand>‘ for help on a specific subcommand._ZhaoJQ520的博客-CSDN博客https://blog.csdn.net/ZhaoJQ520/article/details/1088699582、

ValueError:The following settings are not supported :{‘username‘: ‘neo4j“}_帶魚工作室的博客-CSDN博客https://blog.csdn.net/liaoningxinmin/article/details/1166706093、 Python3.8 異常AttributeError module 'time' has no attribute 'clock'_搞怪小新-CSDN博客https://blog.csdn.net/jt_121217/article/details/104914923

總結(jié)

以上是生活随笔為你收集整理的本地搭建Agriculture_KnowledgeGraph农业知识图谱环境时遇到的问题及解决办法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。