-
Notifications
You must be signed in to change notification settings - Fork 50
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
Wrong python being installed in conda environment? #390
Comments
Think I figured it out. I've used conda extensively for many years- and even though I don't have it normally in my environment, there was a stray .condarc config file the EMAN2 installer was trying to use. |
:^)
Glad you found the problem. Regarding the backwards compatibility, we have been using the 'future' package to prepare for the move to Python 3 in the next release. This permitted us to make many python3 changes to the source while still using python2.
--------------------------------------------------------------------------------------
Steven Ludtke, Ph.D. <sludtke@bcm.edu> Baylor College of Medicine
Charles C. Bell Jr., Professor of Structural Biology
Dept. of Biochemistry and Molecular Biology (www.bcm.edu/biochem)
Academic Director, CryoEM Core (cryoem.bcm.edu)
Co-Director CIBR Center (www.bcm.edu/research/cibr)
… On May 14, 2019, at 1:22 PM, Craig ***@***.***> wrote:
Think I figured it out. I've used conda extensively for many years- and even though I don't have it normally in my environment, there was a stray .condarc config file the EMAN2 installer was trying to use.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#390?email_source=notifications&email_token=ACPKF2W5JMAP4QQIZYI2A43PVL7PHA5CNFSM4HM4MFC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVMLINA#issuecomment-492352564>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACPKF2R6N5PV2A3YD45ZKITPVL7PHANCNFSM4HM4MFCQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been trying to install EMAN 2.22 and 2.3 on linux and get the same errors about not being able to import: from past.utils import old_div
As far as I can tell, this is backwards-compat shim, but the python installed by the eman2 installer is not python 3... so this is not needed?
The text was updated successfully, but these errors were encountered: