Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry doesn't work #88

Open
kimdn opened this issue Feb 8, 2022 · 1 comment
Open

poetry doesn't work #88

kimdn opened this issue Feb 8, 2022 · 1 comment

Comments

@kimdn
Copy link

kimdn commented Feb 8, 2022

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│             )
@CCInc
Copy link
Member

CCInc commented Jul 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants