torch-points-kernels icon indicating copy to clipboard operation
torch-points-kernels copied to clipboard

poetry doesn't work

Open kimdn opened this issue 3 years ago • 1 comments

https://github.com/torch-points3d/torch-points-kernels' readme says

poetry add torch-points-kernels

However, my centos can't use it as


(RandLA) [kimd999@tlogin2 python]$ ~/.poetry/bin/poetry add torch-points-kernels

  RuntimeError

  Poetry could not find a pyproject.toml file in /home/kimd999/script/python or its parents

  at ~/.poetry/lib/poetry/_vendor/py3.9/poetry/core/factory.py:369 in locate
      365│             if poetry_file.exists():
      366│                 return poetry_file
      367│
      368│         else:
    → 369│             raise RuntimeError(
      370│                 "Poetry could not find a pyproject.toml file in {} or its parents".format(
      371│                     cwd
      372│                 )
      373│             )

kimdn avatar Feb 08 '22 18:02 kimdn

Hi, I would suggest avoiding poetry and installing directly with pip if possible, we will be phasing out poetry support shortly.

clee-ai avatar Jul 01 '22 20:07 clee-ai