-
Notifications
You must be signed in to change notification settings - Fork 45
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
cloudComPy Installation completion #186
Comments
Hello,
|
Regarding point 2 above, you may have tried using the CloudCompare binary from https://cloudcompare.org which comes with a Python plugin inside. The documentation for this plugin is here. Unfortunately, this Python interface is not the same as CloudComPy: you can't mix the two. |
So, I ran the tests again. test 41 shows the error in image 1 and test 50 gets skipped. |
It's strange: importFile is used in tests 20, 21, 40, 41, 51. I don't understand why it fails in test 41 and not in the others. I don't yet have an explanation for this behavior. Paul |
Your python seems to be the right one. |
The first one: CloudComPy310_20240613 |
Ok, can you execute the following command in your terminal with the conda CloudComPy310 environment? |
I don't see any noticeable difference between your list and mine, yours is a bit more up to date than mine, I'll check that in more detail. I'd like to check your environment in Python. Can you run the following Python script in your terminal with the conda CloudComPy310 environment and post the
|
Here it is |
How did you produce the text version? (I'd like to invert to get the binary version) |
It may be easier to use json to serialize in text format:
Can you send the envjson file? |
Is this okay? |
Perfect, I can compare the environments! |
At first glance, everything seems fine, but I'm going to take a closer look, as I don't yet have any ideas for further investigation... |
Okay sure. I would really appreciate help with this issue as my project is slightly delayed. Hope to hear soon. Thank you! |
Hello, Is there any issue found? or alternative solution |
Hello, I'm sorry, but I haven't found any differences in your environment that could explain this behavior. Your Pythonpath is set with the CloudComPy310 path: this is not necessary but harmless (the Pythonpath is set when you call envCloudComPy.bat). The CloudComPy310 path should not contain spaces, but but it doesn't in your case.. Can you confirm that the behavior is reproducible? Can you run for example in your conda terminal (one line at a time, to see the results) (change the path below to your CloudComPy binary installation if it's not
If I understand your problem correctly, only test 41 fails systematically, the other tests produce results in the Paul |
Hello, |
Hello, I have been trying to install cloudCompy module for some time now and each time i find out something new that is left to. At this rate I am done with these tasks:
The text was updated successfully, but these errors were encountered: