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

pythonpackage working in easybuild 1.16.2 but not working in easybuild 2.0.0 #575

Closed
pescobar opened this issue Mar 9, 2015 · 6 comments

Comments

@pescobar
Copy link
Member

pescobar commented Mar 9, 2015

This is the build log using EasyBuild 2.0.0 which fails in the install_step:
https://gist.github.com/anonymous/7718e36e17182e295cbd

An this is the build log for the same easyconfig using EasyBuild 1.16.2 which works fine:
https://gist.github.com/173c12d30680d5f72b51

@boegel
Copy link
Member

boegel commented Mar 9, 2015

@pescobar: can you share the output of find /soft/apps/EasyBuild/2.0.0/lib/python2.7/site-packages -type d with us?

I have no idea why this is failing like that...

@pescobar
Copy link
Member Author

pescobar commented Mar 9, 2015

Here you have

https://gist.github.com/41337750c26c5e674de2

@boegel
Copy link
Member

boegel commented Mar 11, 2015

easyconfig used at https://gist.github.com/anonymous/a01485310527ed718639, Python easyconfig required for it at https://gist.github.com/e6b19981efef577b1d63

@boegel
Copy link
Member

boegel commented Mar 17, 2015

@pescobar: I just checked, I can't reproduce this problem on SL6, the installation of StarCluster is working fine for me...

This seems to suggest it's related to the version of setuptools being used: gotcha/ipdb#60 .

That may explain it, because I see that eb is using your system setuptools, rather than the one provided in the Python module you're using:

/usr/lib/python2.7/dist-packages/setuptools/command/install.py

Can you figure out which version of setuptools that is? We'll need to figure out why that one 'wins' over the one provided by the Python module.

Can you also share the contents of $EBROOTPYTHON/lib/python2.7/site-packages/easy-install.pth ?

@boegel
Copy link
Member

boegel commented Dec 31, 2015

This looks related to easybuilders/easybuild-framework#1409?

@boegel
Copy link
Member

boegel commented Jan 23, 2016

Most likely fixed by easybuilders/easybuild-framework#1569 and #813.

@pescobar: please check if you're still seeing this problem with EasyBuild v2.6.0 (will be available soon)

I'm fairly certain it will be resolved, so I'll go ahead and close this until further notice.

@boegel boegel closed this as completed Jan 23, 2016
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