-
# Reproduce
https://colab.research.google.com/gist/ucalyptus/39977d8f157270a330ef04fc0c9707a9/test-torchsde.ipynb
-
Hi,
I'm installing brevitas from master as suggested in the README:
```
pip install git+https://github.com/Xilinx/brevitas.git
```
and installed package does not contain C++ files, so cpp exten…
-
Clean pipenv install didn't work on MacOS. Here's the stack trace
```
$ pipenv install scitools-iris
Installing scitools-iris…
Error: An error occurred while installing scitools-iris!
Error te…
-
The wheels are missing the CMake files in the data directory - the includes are there, but not the CMake Configure files. A very nice and natural use of PEP 518 builds would be to include "pybind11" i…
-
When I tried to install by `pip setup.py build`, I obtained the following **ERROR** message:
```console
-- Building version 0.7.0a0
Traceback (most recent call last):
File "setup.py", line 30,…
-
**Describe the bug**
I observed these warnings for a while but my program was working fine.
However, this may leads to some confusion that there is something wrong with our software.
Is there any w…
-
This is another speculative issue for discussion, not something that's necessarily going to be implemented. The question is whether & how to support build steps to run when producing a wheel.
## Sh…
-
In GitLab by [@asottile](https://gitlab.com/asottile) on May 31, 2019, 17:16
_Merges patch-1 -> master_
-
As explained in the last comments of issue #272 :
* pip install runs setup.py
* setup.py, in tofu, needs numpy and cython at import time, which means the user would need to install them by hand befo…
-
- [x] Add `isort` back into the `.pre-commit-config.yaml`. Add isort options to `setup.cfg` or `pyproject.toml` compatible with `black`.
- [x] Add `mypy` into the `.pre-commit-config.yaml`. Add `mypy…