-
Notifications
You must be signed in to change notification settings - Fork 3
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
ModuleNotFoundError: No module named 'openalea.maizetrack' #6
Comments
Update: I got
|
Run
python setup.py install
or
python setup.py develop
Le 27/03/2023 à 22:20, Tien-Cheng a écrit :
…
Update:
I find out this could be due to the error in not able to run |python
setup.py| for path setting.
I run
|(phenotrack) C:\Users\twang\phenotrack3d>python setup.py|
I got
|usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or:
setup.py cmd --help error: no commands supplied |
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIR4STZOWI7D4VL7EJYEYDW6HZBPANCNFSM6AAAAAAWJS5SQ4>.
You are receiving this because you are subscribed to this
thread.Message ID: ***@***.***>
|
Thanks @pradal. Now after installing setyp.py Maybe alinea is also required to be install when create the conda environment?
|
I try with this command to install alinea
|
No. This is an error. |
Hi,
When I try
(phenotrack) C:\Users\twang\phenotrack3d\examples>python tutorial_leaf_extension.py
I got
ModuleNotFoundError: No module named 'openalea.maizetrack'
I can see
maizetrack.py
is in the folder ofsrc
in this repository but still failed to import.Any clue?
Thanks.
Tien
The text was updated successfully, but these errors were encountered: