Pointcept / PointTransformerV2

[NeurIPS'22] An official PyTorch implementation of PTv2.
356 stars 25 forks source link

Is there something wrong with package name 'ftermcolor' , should it be replaced by 'termcolor'? #30

Closed eva-yx-wang closed 1 year ago

eva-yx-wang commented 1 year ago

Thank you for your contributions!

(pctv2) wyx@ECCV:/data/wyx$ conda install sharedarray yapf addict einops ftermcolor -c conda-forge -y Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

this commandis is better replaced with 'conda install yapf addict einops termcolor -c conda-forge -y' according to my practice, hope for opnion adoption, thank you!

Gofinge commented 1 year ago

Hi, I checked the Readme, and it should be correct. Still, thanks for your kindly remind!

image

eva-yx-wang commented 1 year ago

Oops, it's my mistake, thank you for prompt reply !