-
Notifications
You must be signed in to change notification settings - Fork 589
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
current master does not install correctly with pip --pre #61
Comments
Hi Morgan, did you install with |
I have all the sub-packages directories, but no init.py. I had to reinstall beta7 to continue working. |
Can you try:
|
pip install --pre vaex --upgrade Generates a vaex directory with only jupyter and meta folders pip install vaex generates an error of printing...
|
missing --pre :) this is 0.3.10 |
I've tried it, and I can reproduce it :( pip install vaex-core vaex-viz vaex-astro vaex-hdf5 I'm gonna take a look at it more carefully tonight. |
Does not work either. |
Can you give me the output of |
pip 9.0.1 (python 3.6) |
Are you sure this gives back nothing:
I've had this issue.. but i've removed every vaex subpackage, then installed it, and now I cannot break it anymore.
|
|
The current installation from the
pip --pre
command ends with no error, but vaex is not found and the package appears empty.The text was updated successfully, but these errors were encountered: