getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.8k stars 1.76k forks source link

Cannot get sentry-relay==0.8.7 #3209

Closed yayapao closed 2 months ago

yayapao commented 2 months ago

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Steps to Reproduce

  1. use Sentry self_hosted , which version is v21.6.3;
  2. before 2024-01, it worked fine;
  3. at 2024-07-08, it cannot build successfully, because:
Could not find a version that satisfies the requirement sentry-relay==0.8.7 (from versions: 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.5.10, 0.5.11, 0.5.12, 0.5.13, 0.8.24, 0.8.25, 0.8.26, 0.8.27, 0.15.13, 1.1.4)

Expected Result

work fine as the usual

Actual Result

occur an build error:

Could not find a version that satisfies the requirement sentry-relay==0.8.7 (from versions: 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.5.10, 0.5.11, 0.5.12, 0.5.13, 0.8.24, 0.8.25, 0.8.26, 0.8.27, 0.15.13, 1.1.4)

Product Area

Unknown

Link

No response

DSN

No response

Version

21.6.3

getsantry[bot] commented 2 months ago

Assigning to @getsentry/support for routing ⏲️

yayapao commented 2 months ago

I found python package at https://pypi.org/project/sentry-relay/#history, and can't get sentry-relay==0.8.7 anywhere.

aldy505 commented 2 months ago

21.6.3 is a pretty old version. While stumbling this issue, are you upgrading it to the newest one, or were you planning to do something else?

yayapao commented 2 months ago

@aldy505 i'm planning to upgrade, but for this time, i solved the problem by installing sentry-relay/xmlsec locally to match the version requirements.

IanWoodard commented 2 months ago

Closing for now. If you run into this issue again, feel free to reopen.