-
Notifications
You must be signed in to change notification settings - Fork 1
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
Does charcoal not support installation via mamba? #238
Comments
Today I tried one more time, making things as simple as possible in case somehow I was causing problems by using an environment name like Steps I followed, up to the point the test computation crashed:
|
The installation works for me with mamba; it looks like you missed running the actual charcoal install command from the README:
Now, on to running the demo... I'll let you know if and when it all works ;) |
When was I supposed to run I did, in fact, run it -- immediately after running (See my second post on this thread, not the first post, which I agree overlooked |
ahh, I see the second post! Sorry! Per the README, the full order is:
This is because you need to install charcoal inside the conda/mamba environment that you so lovingly created for it ;). If you do the What install docs are you using? I want to make sure to fix 'em. I have now successfully completed the install and am running the demo, but that is failing for different reasons, which I will now proceed to fix ;). #endlessrecursivefailures |
Now failing with #237, so that's progress! |
The main page's install documentation is what I ultimately derived my line-commands from. As you can see, what I did was almost identical, with minor modifications: I did pip install, then turned off the conda environment, then turned it back on before trying to do the test run. I did that to make absolutely sure that anything installed by pip into the charcoal conda environment would be fully up and running for the test installation (which failed in the manner shown in my second post). |
"If you do the pip install before conda activate then you are running pip in whatever conda environment you were in before - probably base - and that conda environment won't have all the stuff from environment.yml in it." Yes, that's true -- I was indeed careful not to run pip in my non-conda-charcoal-activated general environment. |
huh, interesting. The README-based version is working for me (up until a certain point). Let me dig a little bit. I have some ideas. |
Sure, have at it! If at some point you come up with a walkthrough that completely works in your hands on UCD farm, let me have a set of line commands to use, and I'll just give them a fresh try (again, on UCD farm). My being able to try again there should control for some loose variables. |
quick question: what does |
In my hands, |
Finally fixed enough tests that I recapitulated your error over in #239! Evaluating a potential fix now. |
Good! (At any rate, good that my error can finally be reproduced ... progress!) |
|
@quliping: I have not tried working with this since my initial tickets in late October; but if there emerges a version of charcoal that can be installed with mamba and will Just Work, I will be happy to try installing it! My impression from your post 2 days ago is that today is not that day. ;^] But please correct me if and when I'm wrong! |
I got the exact same problem : no module named 'charcoal.version' while trying to run the program. |
I tried a de novo installation and test of charcoal. I used to use conda for this but moved to mamba over the last two years. Trying to run commands that had worked for a conda-based installation, I seemed to be doing OK, but then got a crash at the test step:
Is there some way to make charcoal installations with mamba work?
The text was updated successfully, but these errors were encountered: