chaoss / chaoss/CollectOSS

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'

Open
#60 5 comments 0 reactions 0 assignees View on GitHub
documentation python
Dominant language
Python
Stars
13
Forks
17
Avg merge
6h 59m
Merged PRs (30d)
1

Description

> [!NOTE]
> Migrated from [augurlabs/augur#3051](https://github.com/augurlabs/augur/issues/3051)
> Originally opened by `@officialasishkumar` on 2025-03-12

---

**Description:**
While following the guide of [augur installation
](https://oss-augur.readthedocs.io/en/dev/getting-started/installation.html#general-augur-installation-steps-irrespective-of-operating-system), I'm getting an error after running `make install`. I suspect this error is because of my python version

```
$ python3 --version
Python 3.12.2
```

I did some changes while creating the virtual environment and the installation command worked with no errors.

here are the commands that i ran

```
python3.10 -m venv $HOME/.virtualenvs/augur_env
source $HOME/.virtualenvs/augur_env/bin/activate
pip install --upgrade setuptools wheel
make install
```

**How to reproduce:**
1. Use python3.12.2 while creating virtual environment
2. run `make install` after following the installation guide of augur

**Expected behavior:**
`make install` should work with no errors.

**Screenshots**
If applicable, add screenshots to help explain your problem. If your bug is related to the UI, you **must** include screenshots.

**Log files**
https://pastebin.com/6z58zKJU

**Software versions:**
- Augur: N/A
- OS: Linux Mint 21.2 x86_64
- Browser: (if applicable)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.