-
Notifications
You must be signed in to change notification settings - Fork 203
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
offline install fails with 'ImportError: No module named vsc.install.shared_setup' #1926
Comments
@CJCShadowsan The problem is that It shouldn't be too hard to update it to also take into account a @ocaisa thoughts? |
The issue here is the documentation clearly states this is possible, when in fact it's not. Else i'd not have bothered trying to take it offline ;) But yeah, surely vsc-install tarball would make this an offline process then (using the advanced bootstrapping options)... ...Though it wouldn't just be vsc-install - it'd need to be distribute as well wouldn't it for Stage 0? |
The bootstrap script already handles |
Whoops, sorry, it doesn't handle |
the bootstrap script is now able to also install with #1946 and #1984, it will now also auto-skip stage 0 of the bootstrap procedure in case a suitable with this combined, a fully offline installation should work... |
I am following up on this, and we have tried, this, and we still get a problem, (I work with @CJCShadowsan)
any ideas on this would be great |
@arif-ali Are all the Which versions of |
@boegel, The files are there We automate the download using the following script, which downloads the latest versions from the master branches from all the repos
|
@arif-ali You shouldn't use the tarball from GitHub for The source tarballs available from GitHub are not the same, the ones on PyPI are 'pre-processed', see also hpcugent/vsc-base#232 . For the EasyBuild tarballs, it doesn't matter, there's no difference between GitHub & PyPI. That does complicate auto-downloading a bit though, because the download URLs on PyPI are messed up... |
@boegel Thanks for that direction, I have managed to get to a point, where I can automate the downloads, by running the following commands
And then was able to do a local install. Thanks for helping to get this working |
Excellent! So, can we close this issue? |
I think the key thing here is, to document this somewhere, so that other people can benefit from this. Other than that, this should be good, can be closed |
@arif-ali updated documentation at easybuilders/easybuild#289, please review? |
Looks good to me, thanks |
Hi,
So following the advanced bootstrapping guide, and specifying tar files separately... I am presented with:
Yet running the same install in the same directory without the
EASYBUILD_BOOTSTRAP_SOURCEPATH
defined, works fine.Any thoughts?
Chris
The text was updated successfully, but these errors were encountered: