-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议提供docker部署能力 #5
Comments
更新了一下pyproject.toml,你拉取最新的版本然后运行 |
最新版本上的lock文件貌似没有更新,执行pdm install -G mac命令提示如下: |
我把pdm.lock去掉不跟踪了 怕跨平台依赖不同的问题。你删掉你的pdm.lock重新安装一次试试 |
赞同,应该提供docker部署 |
这是单机程序,用的pywebview,虽然本质上前后端有分离但是pywebview在中间做了很多处理不是简单就能拆成纯浏览器/服务器架构的,所以除非有更更简便的方法,否则暂时不会往这块去做。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我macOS,项目克隆下来之后,执行pdm install命令报错:
Unable to find a resolution for pyinstaller
Please make sure the package name is correct.
Traceback (most recent call last):
File "/opt/homebrew/bin/pdm", line 8, in
sys.exit(main())
File "/opt/homebrew/Cellar/pdm/1.15.3/libexec/lib/python3.10/site-packages/pdm/core.py", line 232, in main
return Core().main(args)
File "/opt/homebrew/Cellar/pdm/1.15.3/libexec/lib/python3.10/site-packages/pdm/core.py", line 167, in main
raise cast(Exception, err).with_traceback(traceback)
File "/opt/homebrew/Cellar/pdm/1.15.3/libexec/lib/python3.10/site-packages/pdm/core.py", line 162, in main
f(options.project, options)
File "/opt/homebrew/Cellar/pdm/1.15.3/libexec/lib/python3.10/site-packages/pdm/cli/commands/install.py", line 48, in handle
actions.do_lock(project, strategy=strategy, dry_run=options.dry_run)
File "/opt/homebrew/Cellar/pdm/1.15.3/libexec/lib/python3.10/site-packages/pdm/cli/actions.py", line 114, in do_lock
raise ResolutionImpossible("Unable to find a resolution") from None
resolvelib.resolvers.ResolutionImpossible: Unable to find a resolution
已经折腾了半天了,目前问题仍然无法解决,第一步的环境问题就卡主了,建议提供docker部署能力,避免让大家折腾环境问题。
The text was updated successfully, but these errors were encountered: