File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -298,14 +298,30 @@ Common setting
298
298
299
299
pip install numpy
300
300
301
- 2. instal python module
301
+ 2. install python module
302
302
303
303
.. code-block :: none
304
304
305
305
python setup.py build_ext -i
306
306
307
307
python setup.py install
308
+
309
+ 3. install python-pcl with conda (solved)
308
310
311
+ .. code-block :: none
312
+
313
+ -> conda create -n ipk # create a new conda env.
314
+ -> conda activate ipk # activate env.
315
+
316
+ -> conda update -n base -c defaults conda # update conda
317
+
318
+ -> conda config --add channels conda-forge # add conda-forge channels
319
+ -> conda install -c sirokujira python-pcl # pcl installation
320
+ -> conda install -c jithinpr2 gtk3 # Gtk+ Gui dependency
321
+ -> conda install -y ipython # install ipython
322
+ -> conda install -y jupyter # install jupyter
323
+
324
+ After that, run jupyter notebook or ipython shell to test pcl installation.
309
325
310
326
Build & Test Status
311
327
===================
You can’t perform that action at this time.
0 commit comments