<@ULVA73B9P> why do I get issues with prefect on g...
# ask-marvin
v
@Marvin why do I get issues with prefect on github dependabot version check? Dependencies failed to update | prefect | unknown_error | | prefect-aws | unknown_error | | prefect-dbt | unknown_error | | prefect-docker | unknown_error | | prefect-slack | unknown_error | | prefect-snowflake | unknown_error |
m
Sure, let's look into the issues with Prefect on GitHub Dependabot version checking. First, please confirm which version of Prefect you are using. Is it Prefect 2.x or Prefect 3.x?
v
Prefect 2.x
n
hi @Vicente Costa - you have to tag marvin 🙂
👍 1
v
@Marvin prefect 2.X (thanks @Nate)
m
Got it! Let's look for info on why Dependabot might show
unknown_error
for various Prefect dependencies in Prefect 2.x. The search results didn't point to specific documentation addressing "unknown_error" with Dependabot. However, there are a couple of general troubleshooting steps you can consider: 1. Check Network Configuration: Sometimes, networking issues are transient, but persistent issues might indicate a misconfiguration in your environment. 2. Update Dependencies Manually: Ensure all your dependencies are up to date manually to potentially resolve conflicts that aren't handled well by Dependabot. For more specific help, you might need to look at the logs generated by Dependabot for any clues or contact the Prefect team. Here are some general troubleshooting resources from Prefect's docs: - Prefect Troubleshooting Guide - Prefect Installation Docs If the issue persists, providing more logs or details might help with a more pinpointed solution. Feel free to reach out again! Direct links for reference: - Prefect Troubleshooting - Prefect Installation