drprojects/superpoint_transformer

ERROR: Package 'pgeof' requires a different Python: 3.8.19 not in '>=3.8,~=3.12'

Closed this issue · 4 comments

Running install.sh to configure the environment is full of vulnerabilities
pgeof reported an error saying that Python3.8.19 does not satisfy >=3.8,=3.12, but python3.8 is specified in install.sh. The specific error reported is as follows:
ERROR: Package 'pgeof' requires a different Python: 3.8.19 not in '>=3.8,
=3.12'

That's strange. Are you 100% sure your conda environment is using 3.18.19 ? Can you try changing to a slightly older python 3.8.16 or 3.8.16 version ?

PS: if you are using this project, don't forget to give it a ⭐, it means a lot to us

ok, sorry, I made a mistake in the python version range definition in PGEOF. I will fix that ASAP.

Thanks @rjanvier for the fix.

@gyy520cyaowu the issue likely came from pgeof, please try reinstalling now in a fresh conda environment.

@gyy520cyaowu have you managed to install the project from a the latest commit, in a fresh conda environment ?