Scientific Computing with Python Projects hash md5 was not found, No module named 'msvcrt'

Good day,

I am busy with the Scientific Computing with Python Projects - Budget App, but now at the testing phase i am running into what looks like deeper python issues.

Have any of you seen the errors below when including “from unittest import main” .

To name a few:

python venv/lib/python3.8/site-packages/distlib/index.py
ERROR:root:code for hash md5 was not found.

import msvcrt
ModuleNotFoundError: No module named ‘msvcrt’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “venv/lib/python3.8/site-packages/distlib/index.py”, line 11, in
import subprocess
File “/nix/store/2vm88xw7513h9pyjyafw32cps51b0ia1-python3-3.8.12/lib/python3.8/subprocess.py”, line 69, in
import _posixsubprocess
ImportError: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libpthread.so.0: undefined symbol: __libc_siglongjmp, version GLIBC_PRIVATE

Thanks alot

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: Scientific Computing with Python Projects - Budget App

Link to the challenge:

Open the .replit file (it’s hidden, click on the three dots at the right of files tab, and then select Show hidden files ), change two things. The run command to: python main.py and channel under [nix] to stable-21_11

Thanks Sanity,

You are a legend

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