@fredboudon , thank you for your open-source software.
When I run the following command in Win10 and enter plantscan3d in the terminal, no GUI appears and no error. However, entering plantscan3d in Ubuntu20.04 brings up the plantscan3d GUI.
conda create --name openalea39 python=3.9
conda activate openalea39
conda install openalea.plantgl -c fredboudon -c conda-forge
conda install -c openalea3 -c conda-forge openalea.mtg
conda install pymongo
conda install pyqglviewer -c fredboudon -c conda-forge
git clone https://github.com/fredboudon/plantscan3d
python3 setup.py install
plantscan3d
Win10 library:
astroid 2.15.0
asttokens 2.1.0
autopep8 1.6.0
backcall 0.2.0
backports.functools-lru-cache 1.6.4
certifi 2022.9.24
colorama 0.4.6
cycler 0.11.0
decorator 5.1.1
dill 0.3.6
docstring-to-markdown 0.12
executing 1.2.0
flake8 6.0.0
fonttools 4.37.1
ipython 8.6.0
jedi 0.18.2
kiwisolver 1.4.4
lazy-object-proxy 1.9.0
matplotlib 3.5.3
matplotlib-inline 0.1.6
mccabe 0.7.0
munkres 1.1.4
numpy 1.20.3
openalea.mtg 2.2.0
OpenAlea.PlantGL 3.14.1
OpenAlea.PlantScan3D 1.4.1
packaging 21.3
pandas 1.4.3
parso 0.8.3
pickleshare 0.7.5
Pillow 9.2.0
pip 23.3.1
platformdirs 3.1.1
pluggy 1.0.0
prompt-toolkit 3.0.32
pure-eval 0.2.2
pycodestyle 2.10.0
pydocstyle 6.2.3
pyflakes 3.0.1
Pygments 2.13.0
pylint 2.17.1
pymongo 3.12.0
PyOpenGL 3.1.6
pyparsing 3.0.9
PyQt5 5.12.3
PyQt5_sip 4.19.18
PyQtChart 5.12
PyQtWebEngine 5.12.1
python-dateutil 2.8.2
python-lsp-jsonrpc 1.0.0
python-lsp-server 1.7.1
pytoolconfig 1.2.5
pytz 2022.6
rope 1.7.0
setuptools 68.2.2
six 1.16.0
snowballstemmer 2.2.0
stack-data 0.6.1
tomli 2.0.1
tomlkit 0.11.6
tornado 6.2
traitlets 5.5.0
ujson 5.7.0
unicodedata2 14.0.0
wcwidth 0.2.5
whatthepatch 1.0.4
wheel 0.41.2
wrapt 1.15.0
yapf 0.32.0
Ubuntu20.04 library:
asttokens 2.4.1
certifi 2024.2.2
contourpy 1.2.0
cycler 0.12.1
decorator 5.1.1
exceptiongroup 1.2.0
executing 2.0.1
fonttools 4.50.0
importlib_resources 6.4.0
ipython 8.18.1
jedi 0.19.1
kiwisolver 1.4.5
matplotlib 3.8.3
matplotlib-inline 0.1.6
munkres 1.1.4
numpy 1.22.4
openalea.mtg 2.2.0
OpenAlea.PlantGL 3.21.1
OpenAlea.PlantScan3D 1.4.1
packaging 24.0
pandas 2.2.1
parso 0.8.3
pexpect 4.9.0
pickleshare 0.7.5
pillow 10.2.0
pip 23.3.1
ply 3.11
prompt-toolkit 3.0.42
ptyprocess 0.7.0
pure-eval 0.2.2
Pygments 2.17.2
pymongo 3.12.0
PyOpenGL 3.1.6
pyparsing 3.1.2
PyQGLViewer 1.3.1
PyQt5 5.15.9
PyQt5-sip 12.12.2
python-dateutil 2.9.0
pytz 2024.1
setuptools 68.2.2
sip 6.7.12
six 1.16.0
stack-data 0.6.2
toml 0.10.2
tomli 2.0.1
tornado 6.4
traitlets 5.14.2
typing_extensions 4.10.0
tzdata 2024.1
unicodedata2 15.1.0
wcwidth 0.2.13
wheel 0.41.2
zipp 3.17.0
Could you please advise on how to resolve this issue?
Thank you
@fredboudon , thank you for your open-source software.
When I run the following command in Win10 and enter
plantscan3din the terminal, no GUI appears and no error. However, enteringplantscan3din Ubuntu20.04 brings up the plantscan3d GUI.Win10 library:
Ubuntu20.04 library:
Could you please advise on how to resolve this issue?
Thank you