REPL Python Unit 7.1 Error

Bug description:
When RUN is pressed, this message appears in only one students’ lesson 7.1. ALl other students 7.1 works. THis is the message that appears:

repl process died unexpectedly: exit status 1
Error: prybar-python38 not found in $PATH

I don’t know how to fix this issue.

Expected vs Current Behavior:
repl process died unexpectedly: exit status 1
Error: prybar-python38 not found in $PATH

Steps to reproduce:

Bug appears at this link: https://replit.com/@IntroCompSciGav22P3/71-Predict-and-Run-albertodumas626#main.py

Screenshot(s)/Screen Recording:
repl process died unexpectedly: exit status 1
Error: prybar-python38 not found in $PATH

Browser/OS/Device: ) Chrome/113.0.0.0 - Version 103.0.5060.132

Replit Profile:
TEACHER = https://replit.com/@DanielGavrilovi

Did the student ever touch the replit.nix or .replit files? Try using File History to rewind to the earliest version of those two config files.

Hey @IroncladDev !! I appreciate your reply. So, I’m not sure if the student messed with the .nix or files, but I do notice that he did have some hidden files that no other students have, nor do I in my own REPL unit 7.1. There’s a random .upm folder. Nevertheless, I went back to the beginning in history and it’s doing the same thing. I’ll try to clear my cache and log out, and try it again setting it straight from the beginning.
Also, thank you for responding so far!

The venv and .config folders seem to have been deleted, destroying the virtual environment that python Repl was running. I rebuilt the configuration and virtual environment and everything seems to be working fine now.

2 Likes

@IroncladDev…Thank you VERY Much! Yeah, those were little details I did not know and now I know. Thanks for doing that as well as teaching me! Muych Gratitude!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.