drprojects/superpoint_transformer

there are many strange problems

Closed this issue · 3 comments

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

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'

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

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