-
I am unable to install it Pip is not working conda is not working and There is no document available on how to run it inside a docker. Can anyone help ? I am getting this error after setting up conda …
-
https://github.com/pypa/setuptools-scm is more maintained and supports hg-git (that I use :slightly_smiling_face:).
-
in python 3.2 SafeConfigParser was depreciated (and the readfp method) and removed in 3.12
the current versioneer.py uses these
https://github.com/DarkEnergySurvey/ugali/blob/fa5ea4f06f69b4a5043f6dd…
-
I tried to install the requirements in a command-prompt and received the following error:
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_i…
-
The setup.py indicates that ncclient is compatible with Python 2.7, but this is no longer the case:
```
$ python --version
Python 2.7.5
$ pip install --index-url=https://pypi.org/simple/ ncclien…
-
It is recommended to use `pyproject.toml`.
I would suggest to start by managing the sollowing additional points over `pyproject.toml`:
* Dependencies
* `mpi4py < 4` is required. See https:/…
-
There's a nice little tool named "versioneer" which I haven't personally used, but seems to be nice !
https://github.com/warner/python-versioneer
It apparently handles all the messy version stuff we…
-
What about using Versioneer ?
https://github.com/warner/python-versioneer
It is used by many project including Pandas
-
It looks like python-versioneer is only [experimentally](https://github.com/python-versioneer/python-versioneer?tab=readme-ov-file#the-versioneer) supported in Python 3.12, effectively breaking instal…
-
The Bioconda autobump update for MicroHapDB version 0.10.1 just had a failure related to a deprecated `SafeConfigParser` in `versioneer.py`. It turns out that this has been slated for removal for a wh…