Hmm... We couldn't reach this Repl

Bug description:
Attempting to run my Python code with Flask and Jinja integration in my accompanying HTML template. However, when I attempt to run my code I get the RuntimeError “Unable to find installation candidates for v (0.0.0)” Any help would be much appreciated! Thank you for your time.

Expected vs Current Behavior:
When running the code, I should see my HTML page with a dropdown menu that lets me select which data I’d like routed from my Python files. However, it appears that there’s some sort of issue accessing my Repl when I go to run the code. See screenshot below.

Steps to reproduce:

  1. Follow link provided below
  2. Run code
  3. See RuntimeError

Bug appears at this link: https://replit.com/~
https://replit.com/@budsimpson/210-L5-Soft-Selecting-Dog-Starter-2

Screenshot(s)/Screen Recording:

Browser/OS/Device:
Brave/Version 1.49.120 (same issue was reproduced on Google Chrome/Version 111.0.5563.64 (Official Build) (x86_64)) | (MacBook Pro 16" 2019; Intel Mac OS Ventura 13_2_1)

Replit Profile: @budsimpson

in .replit set guessImports = false. Your error has nothing to do with the code, it only happens because of some automatic stuff for easier use for beginners.

3 Likes