Closed aakashsoni closed 2 years ago
Hi,
thanks for the report. Strange behaviour, this is a pip issue though, and not something we can fix. You can try different versions of pip maybe. I'll close this issue since it is not vaex related (I think), but feel free to report here if you found a way to solve this.
Regards,
Maarten
Edit: sorry, commented on the wrong repo.
I try to fix it by create a soft-link like this:
ln -s /usr/local/lib/python3.8/site-packages/vaex/astro /usr/local/lib64/python3.8/site-packages/vaex/astro
And then error is gone. Whether there are other issues that need to be continued to be observed.
I had similar issues (see #960) and adding the links worked for me too! Thanks for posting.
Description I'm trying to install vaex via pip with --prefix option and I see the contents of lib and lib64 different which is causing vaex import issues. Tried the same without --prefix option and I see the contents of lib and lib64 folder same and import is also working fine.
Installing via pip lib and lib64
Installing via pip with --prefix option lib and lib64
Import issue
Software information
Steps to reproduce $ pip install vaex --prefix