-
Notifications
You must be signed in to change notification settings - Fork 1k
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
startup error ImportError: No module named bigbed_file on OS X #1633
Comments
This indicates a bx-python wheel built without numpy present. Must be the case with the OS X wheels, although these are not recently changed, so this is a bit perplexing. |
@mvdbeek Do you remember if the bx-python eggs were built locally or if the correct ones were fetched from wheels.galaxyproject.org? |
@mvdbeek Yeah, it's a bug in our version of pip. natefoo/pip#1 should fix it. |
Ahh, it's not (yet) fixed, I was still on the branch on which I commented out all references to BigBedFile .... which makes sense given that that the PR is not merged yet. ouch. |
@mvdbeek Sorry, yeah, not merged quite yet. You could make the same modification to .venv/lib/site-packages/pip/ in your Galaxy dir to sort things out until it's merged (that's what I did) |
Could you test that it's fixed if you do the following (move/remove $ sh ./scripts/common_startup.sh --skip-wheels --no-replace-pip
$ PYTHONPATH= ./.venv/bin/pip install https://depot.galaxyproject.org/starforge/wheels/build-44/pip-8.0.2%2Bgx2-py2.py3-none-any.whl
$ sh ./run.sh --no-replace-pip |
@natefoo Verifying now. |
@natefoo Yep, works. |
Closed with #1652 |
For reference, @zipho saw the same issue due to a conda install being present and the .venv being skipped. @remimarenco is updating common_startup to more explicitly display this at startup. |
This is both on release_16.01 and dev on a fresh clone.
The text was updated successfully, but these errors were encountered: