drprojects / superpoint_transformer

Official PyTorch implementation of Superpoint Transformer introduced in [ICCV'23] "Efficient 3D Semantic Segmentation with Superpoint Transformer" and SuperCluster introduced in [3DV'24 Oral] "Scalable 3D Panoptic Segmentation As Superpoint Graph Clustering"
MIT License
567 stars 74 forks source link

there are many strange problems #84

Closed gyy520cyaowu closed 6 months ago

gyy520cyaowu commented 6 months ago

I didn't make any changes, just ran the install.sh, and I got the following error about the version of the package: ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none) ERROR: No matching distribution found for matplotlib

ERROR: Could not find a version that satisfies the requirement plotly==5.9.0 (from versions: none) ERROR: No matching distribution found for plotly==5.9.0

ERROR: Could not find a version that satisfies the requirement jupyterlab>=3 (from versions: none) ERROR: No matching distribution found for jupyterlab>=3

ERROR: Could not find a version that satisfies the requirement ipywidgets>=7.5 (from versions: none) ERROR: No matching distribution found for ipywidgets>=7.5

I don't understand, why do install.sh packages required in it have inexplicable version problems? who can teach me, pls, i really do not know what happend

gyy520cyaowu commented 6 months ago

and there is a more stange problems about torch!?? ERROR: Could not find a version that satisfies the requirement torch==2.2.0 (from versions: none) ERROR: No matching distribution found for torch==2.2.0 why? i didn't edit the 'install.sh'

drprojects commented 6 months ago

Likely related to your other issue #83, please reinstall as instructed in #83 and let us know how it goes

drprojects commented 6 months ago

Following my answer in #85, I am closing this issue which I assume should be fixed once you follow instructions from #85 and #83