-
Notifications
You must be signed in to change notification settings - Fork 700
Python 3.8 compatibility issue #374
Comments
Maybe you can try |
I've tried, however I'm using conda environment, which, I think, isn't supported. |
I had tried python3.8 venv. I think still not support now |
For me the ubuntu version is 20.04, so there is an available package in apt-list. |
Yep, I know that is an available package in apt-list. I using following on Ubuntu 20.04. If I do something wrong, let me know, thx.
|
Maybe you can check your site-packages folder to make sure that the package pcl is in the right env. |
As @guodashun said, |
Do we have any update regarding support in conda env? |
We are seeking a maintainer. Please see #395. |
You can manually copy it to your conda env after |
can you specify it ? |
from https://python-pcl-fork.readthedocs.io/en/rc_patches4/install.html. In the "installation guide" part, it is said "python-pcl is supported on Python 2.7.6+, 3.4.0, 3.5.0+, 3.6.0+" |
Manually copy pcl to site-packages does not work with 3.7: .....${ENV_PATH}....../lib/python3.7/site-packages/pcl/init.py in ModuleNotFoundError: No module named 'pcl._pcl' |
My EnvironmentUbuntu 20.04 Solutions
Hope helps. |
Hi @where2go947 , I got this error after following your solutions. Any idea what went wrong? I'm on Ubuntu22.04 with python 3.8
|
My Environment
Context
I'm unable to install
python-pcl
in a python3.8 environment. I always got this error :However, the installation works fine in a python3.6 environment.
I tried installation with
pip
and from source, but the error persists.I was wondering if there is any workaround for installing
python-pcl
in a python3.8 environment ?And is there any plan for adding python3.8 support ?
Thanks!
The text was updated successfully, but these errors were encountered: