Skip to content
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

hidden namespace in conda / develop mode #46

Open
christian34 opened this issue Jun 10, 2021 · 1 comment
Open

hidden namespace in conda / develop mode #46

christian34 opened this issue Jun 10, 2021 · 1 comment

Comments

@christian34
Copy link

I install caribu with conda using :
conda install -c fredboudon alinea.caribu

everything is okay, i can import it without trouble

Then installing an alinea module in develop mode (python setup.py develop) , result in a import error for caribu:

In [1]: import alinea.caribu

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import alinea.caribu

ModuleNotFoundError: No module named 'alinea.caribu'

But the following works:

import openalea
import alinea.caribu

Any clues ?

@pradal
Copy link
Contributor

pradal commented May 28, 2023

Look at the branch namespace in caribu and adel...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants