We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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 ?
The text was updated successfully, but these errors were encountered:
Look at the branch namespace in caribu and adel...
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: