-
Notifications
You must be signed in to change notification settings - Fork 6
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
Module not found error for pandas #59
Comments
Hi Andy, Best Oskar |
Hi Oskar, Sorry for late reply, I tried your command, and there is a pandas==2.0.3. Maybe, I will also try a conda beta version. But considering that I have forked one binny repo from your main repository to mine, in order to customize some codes to dig out organelle genomes, this might be even harder. Best |
What do you mean by this? Could you post your Best Oskar |
Hi Oskar,
Well I was just going to forward it back to you, that I found the reason:
python was installed into .local/bin to the server somehow, so it crushes
normal functionalities of python-related packages in virtual environments.
Now I have moved it elsewhere and the error gets fixed.
The issue shall be closed.
Cheers
Andy
Oskar Hickl ***@***.***>于2024年4月25日 周四17:14写道:
… I went to the mambaforge directory for snakemake_env
What do you mean by this?
Could you post your config.init.yaml? Maybe something went wrong there.
The snakemake env should be active and have pandas either way. I will also
try a fresh install to see, if i can reproduce this.
Best
Oskar
—
Reply to this email directly, view it on GitHub
<#59 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU7UKDIFQN6J25QZMLE44PDY7CULPAVCNFSM6AAAAABGR23RDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGUZDGNJTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Great to hear! Cheers! |
Hi Oskar,
I tried to reinstall binny using github resource and ran ./binny -i config/config.init.yaml, but here I got this tricky report:
Here it already built up the snakemake_env, and pandas was installed, but when trying to include other envs, the report points to line 10 of Snakefile that pandas cannot be found.
I wonder how to fix this.
Cheers
Andy
The text was updated successfully, but these errors were encountered: