-
This is exacerbated by the fact that the error messages by CMake point at the wrong variables, so it can be quite frustrating to figure out. I wrote down my understanding of this in https://github.com…
-
Please can you update your Conda recipe to make scikit-beam available in osx-arm64 channels (preferably for us in conda-forge/osx-arm64)
This is urgent as we can't work with an existing project unt…
-
1. 这个项目有即开即用的 docker 环境
当前出现的问题有:
- ModuleNotFoundError: No module named 'paddle.fluid'
- ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory
- 其他一些包的不兼容或者安…
-
If someone has run a `pip install -e .` or a `python setup.py build_ext --inplace` it will create a CMake cache in the source directory. If someone tries to run `pip install .` afterwards it seems lik…
-
## Description
Hi everyone,
I an trying to install scikit-image for contributors using conda, as explained in the tutorial [here](https://github.com/scikit-image/scikit-image/blob/main/INSTALL.r…
-
Several python projects I work with list cmake in their pyproject.toml `install_requires` section. This is incredibly awkward on freebsd because there are no wheels available, and thus cmake has to be…
-
## 🐛 Bug
Installing fairseq pops a deprecation notice related to its requirements.
DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.0 will enforce this …
-
### Bug Description
When multiple ImageBlocks are used in the same model, the layer names they generate are not unique, so the model does not build.
### Bug Reproduction
```python
input_node…
-
I'm trying to figure out how to turn on code coverage for Cython files in my project here: https://github.com/uber/h3-py
Based on these notes:
- https://cython.readthedocs.io/en/latest/src/tutoria…
-
This is needed and was missed in #1257 . The `-n` will be useful later when we need to check for broken links (atm, this is useless since we have too many unlinked `tensor` calls in the docs).
_Ori…