-
I'm trying to install this playground on Windows (not in Docker), and the pip install of requirements showed some errors for versioneer and it looks like it's downloading a dozen or more versions of e…
-
-
In versioneer.py, the configparser.SafeConfigParser() should change to configparser.ConfigParser(), and parser.readfp() should change to parser.read_file() in the method get_config_from_root() to supp…
-
Error occured with python 3.12 due to versioneer needing to be updated.
-
### Description of the bug
Uprgraded octoprint from 1.10.0 to 1.10.1 and restored configuration. This plugin fails on installation.
error: subprocess-exited-with-error
× python setup.py egg_info …
-
I notice that `CC.distutils_extension` monkey patches `distutils.command.build_ext.build_ext` with a modified subclass, this can lead to a bug when using with `versioneer`.
In versioneer.py:
```py…
-
**Describe the bug**
I can't install solarfactors on Ubuntu 22.04 LTS.
**To Reproduce**
Steps to reproduce the behavior:
```bash
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get updat…
-
### Description of the bug
When I attempt to install this plugin on OctoPrint 1.10.1 on an Orange Pi 3B, I get the error below. It appearrs that a couple of commands in versioneer.py are no longer s…
-
Hi, as far as I can tell, this fails on Python 3.12 as netcdf.py imports `distutils` which was deprecated in 3.10 and removed in 3.12. Could either:
- `pyproject.toml` be updated to reflect the fac…
-
#### If this is a feature request describe it here
___REPLACE_THIS__FEATURE_REQUEST_DESCRIPTION_GOES_HERE
#### Version of Octolapse
Octolapse Version: V0.4.5
#### Version of Oct…