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

pip install not working with python 3.9 #54

Open
grpnpraveen opened this issue Jul 8, 2021 · 9 comments
Open

pip install not working with python 3.9 #54

grpnpraveen opened this issue Jul 8, 2021 · 9 comments

Comments

@grpnpraveen
Copy link

Errors:
Could not find a version that satisfies the requirement pptk (from versions: none)
No matching distribution found for pptk

@aminullah6264
Copy link

I got the same error on python==3.8

@LucHayward
Copy link

pptk is only supported up to python 3.7. You would need to recompile it yourself for newer versions or try and install the old version (last time I tried this it caused issues with the rendering)

@anandramadhin
Copy link

I'm getting the same error. I have python 3.7 installed. Any ideas how I can fix this? I'm running 3.7.0

@SpatialDigger
Copy link

Are there any plans to release pptk for Python 3.8 or higher? If not I'm going to have to move to another viewer, any suggestions?

@LucHayward
Copy link

LucHayward commented Jun 2, 2022 via email

@nikste
Copy link

nikste commented Jun 16, 2022

for me it worked to just rename the file change the cp-<pythonversion> part in the filename to your python version (skipping the dot), you might get an issue with pptk viewer hanging and not doing anything, you can copy some shared libraries inside the venv (i think there was an issue here for that as well, that fixed it).

@SpatialDigger
Copy link

@nikste I have tried pip install pptk-0.1.0-cp38-none-win_amd64.whl after renaming the 3.7 wheel from here https://files.pythonhosted.org/packages/9c/01/81de3cc25c9f7e3f378de92e720a8458a8a26884bb3d7e2baa4fc8269528/pptk-0.1.0-cp37-none-win_amd64.whl

This gives 'DLL load failed while importing kdtree: The specified module could not be found.' from here 'venv\\lib\\site-packages\\pptk\\kdtree\\kdtree.pyd' I'm wanting to package and release this software (it will be freely available aimed at archaeologists and I developed it when I was in the Netherlands then tested in Turkey ) but I'm being held back by this glitch.

Thanks for any further help.

@SpatialDigger
Copy link

@LucHayward this is where my knowledge ends, is recompiling difficult? Is there a good how to guide anywhere?

@LucHayward
Copy link

I'm afraid that was just the suggestion given to me by another friend of mine. I love pptk for its simplicity and low overhead but Open3D may help you.

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

6 participants