如何在 Windows 上运行 django-sentry?

发布于 2024-12-18 16:47:06 字数 289 浏览 2 评论 0原文

我在 Windows 上运行 django-sentry 时遇到问题。我已阅读此问题 github.com/dcramer/django-sentry/issues/245。我在手动安装 django-sentry 期间跳过了“python-daemon>=1.6”。但是当我运行命令“sentry start”时,我得到“ImportError:没有名为 daemon.daemon 的模块”。

I have an issue to run django-sentry on windows. I have read this issue github.com/dcramer/django-sentry/issues/245. I skipped 'python-daemon>=1.6' during manual installation of django-sentry. But when I run command "sentry start", I get "ImportError: No module named daemon.daemon".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

后来的我们 2024-12-25 16:47:06

如果您阅读该问题,重点是哨兵需要 python-deamon,而它恰好只是*nix。换句话说,Sentry 目前无法在 Windows 上运行。

这就像说“我知道我的车需要发动机才能运行,但由于我找不到合适的发动机,所以我就没有安装发动机。现在我不明白为什么我的车无法工作”

if you read that issue, the point is that sentry requires python-deamon, which happens to be *nix only. In other words, sentry currently doesn't work on windows.

that's like saying "i know my car needs an engine to run, but since i could't find a suitable one, i just didn't put one in. and now i don't understand why my car doesn't work"

晨曦÷微暖 2024-12-25 16:47:06

这只会影响“运行哨兵服务器' 设置而不是 '集成设置'。我相信这在 2.0 alpha 中已经变得更加明确。

This just affects the 'Running a Sentry Server' setup and not the 'Integrated Setup'. I believe this has been made more explicit in the 2.0 alpha.

若水微香 2024-12-25 16:47:06

较新版本的sentry(3.x、5.x)不依赖于python-daemon,因此它们可以在Windows上运行...

Newer versions of sentry (3.x, 5.x) are not depending on python-daemon, thus they can be run on windows...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文