-
Trying to update the installation documentation today and RTD [fails to build](https://readthedocs.org/projects/assign-gup/builds/11417508/) as stated.
Since this works locally, I suspect there is …
-
So, for now if we just install e.g. Ubuntu 16.04 and try:
```
pip install setuptools versioneer
```
we get:
```
The program 'pip' is currently not installed.
...
```
16.04 is LTS, so is 14.0…
-
I was following the directions to do an install as per the README.
```
(deltacd) nsandhu@BDOMO-DT264615:~/delta/deltacd$ pip install -e .
Obtaining file:///home/nsandhu/delta/deltacd
Preparin…
-
When we try and build the package using the `build` module we receive the following error:
```bash
source env/bin/activate
python3 -m pip install build
python3 -m build
```
![image](https://…
-
Dustin Oprea wrote:
> I'll do it, or give up as a broken man.
>
> It looks like the `versioneer.py` content is baked into
> `versioneer-installer`. We'll have to be able to pass the VCS name into
> …
-
Hi,
trying to add additional file support via "pip install git+https://github.com/ebroecker/canmatrix#egg=canmatrix[xlsx]"
Python 3.12
git version 2.42.0.windows.2
pip 23.3.1 from C:\Python312\Lib…
-
when trying to install it fails whilst installing "qtpyvcp_conversational_gcode-main"
`Traceback (most recent call last):
File "./setup.py", line 1, in
import versioneer
File "/home/dgent…
-
# Prerequisites
# For issues
## Steps to reproduce the issue
pip install robotframework
pip install --upgrade robotframework-seleniumlibrary
pip install webdrivermanager
-- note : both in c: o…
-
I can't find DRF in the repo for Ubuntu 24.04 LTS and pip3 installation fails:
```
wsprdaemon@rx888:~/wsprdaemon$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24…
-
I am trying to install dms_tools2. I have tired both `pip install dms_tools2 --user` as well as using the cloned GitHub repo command `pip install -e . --user`. I am on a Mac running 14.4.1 and have Py…