Results 17 comments of brinkqiang

-- lua script module (..., package.seeall) function AcceptTask(role, taskid, ret) print("==================================") print("Player Name = " .. role:GetName()) print("PlayerID = " .. role:GetObjID()) print("AcceptTask taskid = " .. taskid) if role:AcceptTask(taskid)...

Hello, the problem has been solved. Thank you very much. I still have a small question here. Can this be customized globally for the search path? Just don’t use each...

@Xottab-DUTY luabind is deprecated, sol2 outperforms the library in every way. I wrote an automated bind library based on sol2. You can take a look if you are interested. https://github.com/brinkqiang/dmsolpp

@Xottab-DUTY [Xottab-DUTY](https://github.com/Xottab-DUTY) luabind even support virtual functions that can be declared in C++ and overridden in Lua. module.new_usertype( "CCreature" , sol::constructors() , sol::meta_function::garbage_collect, sol::destructor([](CCreature& temp) { temp.~CCreature(); }) , sol::base_classes,...

> 怎么解决国内登录不了的问题呢 跟以前google一样. 检索不受影响的服务器ip地址 写到host里面.

环境出问题了, 删除虚拟环境 把操作重新来一遍即可。

Debian GNU/Linux 11 conda 4.10.3 Python 3.10.11 gcc version 10.2.1 20210110 (Debian 10.2.1-6) pip freeze azure-cognitiveservices-speech==1.30.0 chromadb==0.3.26 duckduckgo-search==3.8.3 faiss-cpu==1.7.4 fire==0.5.0 gevent==22.10.2 google-api-python-client==2.91.0 google-search-results==2.4.2 gunicorn==20.1.0 httpx==1.0.0b0 langchain==0.0.222 meilisearch==0.28.0 metagpt==0.1 numexpr==2.8.4 oauth2client==4.1.3...

> [aio-libs/aiohttp#6898](https://github.com/aio-libs/aiohttp/issues/6898) > > 我搜索到了这个issue,是否和这个问题有关? 好像是。我pip install aiohttp==3.8.1 后好像这个问题消失。不过又出现其他问题 error: pydantic 2.0.1 is installed but pydantic=1 is required by {'langchain'} 我再看看咋回事。是不是用python3.9 比较稳定一点?

requirements.txt能提供一个全部指定库版本的吗。 我其实就是想运行一下。

error: httpx 0.23.3 is installed but httpx[brotli,http2,socks]>=0.24.1 is required by {'duckduckgo-search'} error: httpx 0.24.1 is installed but httpx=0.15 is required by {'argilla'} 这2个包 怎么处理。一个要求>=0.24.1 一个要求 在=0.15