Results 37 comments of chebee7i

Here is a snippet of the log: ```console ...... source tree in: /home/me/conda-bld/scalene_1648683672457/work export PREFIX=/home/me/conda-bld/scalene_1648683672457/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p export BUILD_PREFIX=/home/me/conda-bld/scalene_1648683672457/_build_env export SRC_DIR=/home/me/conda-bld/scalene_1648683672457/work Using pip 22.0.4 from $PREFIX/lib/python3.8/site-packages/pip (python 3.8) Non-user install because user...

Might the issue here be that `setup_requires` has: `"nvidia-ml-py>=11.450.51,

Just to state clearly, `setup.py` has: ```python install_requires=[ "rich>=9.2.0", "cloudpickle>=1.5.0", "nvidia-ml-py>=11.450.51,=11.0.0" ``` This is: - inconsistent with `requirements.txt`, which does not list `nvidia-ml-py` - incorrect because `nvidia-ml-py` (provides `pynvml.py`) isn't...

Yes, I believe that `nvidia-ml-py` is not needed at all, since `pynvml` is provided by `pynvml`.

Can we get this fixed? It complicates the install process and I have having to use a local patch.

How so? I still see `nvidia-ml-py` listed here: https://github.com/plasma-umass/scalene/blob/master/setup.py#L162

Is the issue here that we haven't provided enough information to reproduce the issue? Or that this isn't deemed a serious enough issue? Or something else? The title of this...

Seems like this project might be abandoned.

> It's definitely not abandoned. No one at-mentioned me so I didn't get notified however. What does this mean, precisely? The issue is years old, and there are only 43...