CloudComPy icon indicating copy to clipboard operation
CloudComPy copied to clipboard

Hello! when I install qtbase5-dev, it goes wrong.

Open 459737087 opened this issue 4 years ago • 3 comments

error: Invalid operation intall

459737087 avatar Dec 22 '21 11:12 459737087

Could you please give more context, in order to analyse or try to reproduce the problem? Thanks

prascle avatar Dec 22 '21 11:12 prascle

I run apt-get intall qtbase5-dev python3 libpython3-dev python3-numpy cmake and later I change a way ,I can't find the file condaCloud.sh

459737087 avatar Dec 22 '21 11:12 459737087

I was wondering where the typo intall instead of install could come from. It's a typo in the build documentation on Ubuntu with native packages, sorry! Of course you have to use:

sudo apt-get install qtbase5-dev python3 libpython3-dev python3-numpy cmake

but it probably won't be enough, I haven't made a complete list of packages required to compile CloudComPy with Ubuntu native packages (i.e. without Conda).

I guess you are now trying to install CloudComPy on Ubuntu with Conda. The condaCloud.sh script is only present since the last commits.

If you use the binary package, you have to take the last:

If you try to compile CloudComPy following the Linux Conda build documentation, there are still some bugs in the instructions and I suggest you look at my CloudComPy fork, which contains the most up-to-date version: the development is done there before being uploaded to the official CloudComPy repository.

prascle avatar Dec 22 '21 16:12 prascle