Lorenzo Pirritano
Lorenzo Pirritano
The relative import causes some import errors with `umap_` not being found when the tests are run from some test environments.
## What Github issue does this PR relate to? Insert link. #453 Still in progress ## What should the reviewer know? Verify that dummy data is there for: - Talent...
When building the package for `conda`, the following tests in [tests/test_cmake_config.py](https://github.com/scikit-build/scikit-build-core/blob/v0.9.9/tests/test_cmake_config.py) fail on Windows: 1. `test_cmake_paths` 2. `test_init_cache` 3. `test_cmake_args` at ``` config.configure() ``` with error `ProcessNotRegisteredError`: Running e.g.: ```...
Hi @idanmoradarthas , I noticed that your `pyproject.toml` has some leftover in `tool.peotry.dependencies` (there might be a misspelled `peotry` vs `poetry`). Would you consider using the beta feature of `setuptools`...
**Describe the bug** Run `pip install recbole` and `python run_recbole.py` as specified in the [README.me](https://github.com/RUCAIBox/RecBole/blob/v1.2.0/README.md#install-from-pip) will throw: ``` File "/recbole/model/general_recommender/ldiffrec.py", line 29, in from kmeans_pytorch import kmeans ModuleNotFoundError: No module...