-
The README instruct the user to install the library from source by performing the following steps
```
pip install wheel
pip install setuptools
pip install twine
python setup.py bdist_wheel
…
-
### Project to be claimed
`pyscopg2`: https://pypi.org/project/pyscopg2
### Your PyPI username
NA
### Reasons for the request
This is a project by Yandex, that name-squats a typo of the psycopg2 …
-
@dbkeator - please don't git tag and push to pypi using twine upload from your computer.
1. git tag and push to repo
2. create a release using https://github.com/incf-nidash/PyNIDM/releases
g…
satra updated
4 years ago
-
Run these commands from the project directory to upload a new version of the package to PyPI.
First, bump the package version by editing `qttk/version.txt`. Then, run the following commands ...
…
-
We already have a workflow that gets triggered by the Github release, but there is no version or dependency management. I want to rebase the workflow on the one we did for GEMDAT:
https://github.com/…
-
Ref: https://github.com/pypa/warehouse/issues/6211#issuecomment-513102869
The distributing guide should now mention the possibility of getting access tokens on a per-project basis and recommend tha…
-
See https://github.com/robotology/ycm/runs/6098514833?check_suite_focus=true .
fyi @diegoferigo
-
### Project to be claimed
`lcm`: https://pypi.org/project/lcm
### Your PyPI username
`Nosracd`: https://pypi.org/user/Nosracd
### Reasons for the request
As described on [the project page](https:…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
The problem is that distutils has been removed from python3.12 and also numpy
scipy and numpy and others have moved to meson as a build system
f2py (which comes with numpy) now calls meson and meson…