View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000033 | librarian | Enhancement | public | 2015-04-03 12:04 | 2026-07-28 13:47 |
| Reporter | mikee | Assigned To | mikee | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Summary | 0000033: Try to make setup check for and installl dependencies. | ||||
| Description | A first attempt at this emits the message: This is because it's using setuptools instead of distutils. Near the top of your script, try replacing from distutils.core import setup with from setuptools import setup Even better, import from setuptools, and if that raises an ImportError import from distutils.core instead | ||||
| Steps To Reproduce | sudo python setup.py install | ||||
| Tags | No tags attached. | ||||
| Attach Tags | |||||
| Git commit | feeee08242296fa07431cbb8b3dec60e | ||||
| GitLab/Hub Issue | |||||
|
|
Except, it isn't a simple setup.py and the whole thing would have to rewritten. |
|
|
But if the requirements i are in requirements.txt we can do : |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-04-03 12:04 | mikee | New Issue | |
| 2015-04-03 12:04 | mikee | Status | new => assigned |
| 2015-04-03 12:04 | mikee | Assigned To | => mikee |
| 2015-04-03 12:19 | mikee | Note Added: 0000026 | |
| 2018-10-07 16:42 | mikee | Note Added: 0000421 | |
| 2022-04-10 21:35 | mikee | Note Edited: 0000421 | |
| 2026-07-28 13:47 | mikee | Category | Bug => Enhancement |