Items with no label
3335 Discussions

how to install pyntcloud in python 3 ?

tguan
New Contributor I
3,780 Views

i want to install pyntcloud in python 3

windows10

1 Solution
MartyG
Honored Contributor III
1,440 Views

For people who wish to contribute help to this case, it is a continuation of a previous question by guantong about how to install Pyntcloud. Read downward from the link below.

Hi guantong, are you still getting the same errors as you did before when you try to install Pyntcloud?

View solution in original post

7 Replies
MartyG
Honored Contributor III
1,441 Views

For people who wish to contribute help to this case, it is a continuation of a previous question by guantong about how to install Pyntcloud. Read downward from the link below.

Hi guantong, are you still getting the same errors as you did before when you try to install Pyntcloud?

tguan
New Contributor I
1,440 Views

thank you ,i install git and tried again as you tell me and installed succefully:

in cmd:pip install git+https://github.com/daavoo/pyntcloud https://github.com/daavoo/pyntcloud

two days ago ,i do the same steps but failed.

thank you

MartyG
Honored Contributor III
1,440 Views

Sometimes an installation fails, and then it works when trying again at a later date. So Pyntcloud is working for you now, please?

0 Kudos
tguan
New Contributor I
1,440 Views

i have another question:

ImportError: cannot import name 'PyntCloud'

0 Kudos
MartyG
Honored Contributor III
1,440 Views

My research into your question suggests that ImportError problems with Python seem to be difficult to solve. One suggestion is to put 'python -m' at the start of the pip install instruction to make sure that the library is installed into the default version of Python on your computer, and not another Python interpreter. So the Pyntcloud install instruction would look like this:

python -m pip install git+ https://github.com/daavoo/pyntcloud

0 Kudos
tguan
New Contributor I
1,440 Views

still does not work...

i am using anaconda

0 Kudos
MartyG
Honored Contributor III
1,440 Views

The bottom line of the log says that Pyntcloud has been successfully built. I am not sure what the next step after that is though. A post (linked to below) in which the creator of Pyntcloud replies seems to suggest that once installation is complete, you should go to the root location of the Pyntcloud repository and use

python setup.py install

https://github.com/daavoo/pyntcloud/issues/171 Installation guidelances · Issue # 171 · daavoo/pyntcloud · GitHub

If that does not work for you, I recommend re-opening that linked discussion on GitHub and leaving a comment for the creator, Daavoo.

0 Kudos
Reply