-
Hi wechange-eg @saschan !
I'm trying to setup cosinnus locally by following option B of the Readme.
I keep getting errors for sqlparse like e.g. for cosinnus-poll:
```bash
running egg_info
…
mko-x updated
2 years ago
-
Hello,
I've tried this in a fresh updated RH7, RH8 and Ubuntu Server 21.04 installation:
Under my user's home (which is part of docker group) I've created a directory called /home/user/galaxy/.
I…
gad83 updated
3 years ago
-
```
What steps will reproduce the problem?
1. direct installation with pip3 or easy_install returns a problem with `print`
2. after translation of the code with `2to3` the problem with `_bitarray.c`…
-
```
What steps will reproduce the problem?
1. direct installation with pip3 or easy_install returns a problem with `print`
2. after translation of the code with `2to3` the problem with `_bitarray.c`…
-
```
Sorry to report this guys. What can I say about Python and breaking basic
input/output....
$ sudo 2to3 -w /usr/local/bin/asan_symbolize.py
RefactoringTool: Skipping implicit fixer: buffer
Refac…
-
```
Sorry to report this guys. What can I say about Python and breaking basic
input/output....
$ sudo 2to3 -w /usr/local/bin/asan_symbolize.py
RefactoringTool: Skipping implicit fixer: buffer
Refac…
-
I just installed `pep8ify` today and found it very useful; thank you!
When I look for help at the command line:
> $ pep8ify -h
> Usage: 2to3 [options] file|dir ...
I have searched around in the rep…
-
Would there be a way to use pasteurize in setuptools similarly to use_2to3? i.e., only commit Py3 code, but have a setup.py that contains something like
```
setup(..., use_pasteurize=True)
```
an…
-
https://setuptools.pypa.io/en/latest/history.html#v58-0-0
No longer installs it throws a
`bash-5.1# pip3 install python-pushover
Collecting python-pushover
Using cached python-pushover-0.4.…
-
Package is no longer working with latest version of setuptools(v 58 or higher). upgrading dependencies(or at least celery) may fix the issue.
Full error:
```
Collecting django-audiofield
Using…