Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

not available from pip? #18

Open
serser opened this issue May 6, 2019 · 5 comments
Open

not available from pip? #18

serser opened this issue May 6, 2019 · 5 comments

Comments

@serser
Copy link

serser commented May 6, 2019

Could you make it pip installable? None from here.

@serser
Copy link
Author

serser commented May 6, 2019

I installed with the walkaround:

pip3 install --prefix=/opt/intel/ipp ipp-devel
pip3 install git+https://github.com/pytorch/accimage

Hope it helps for others.

@yuvval
Copy link

yuvval commented Oct 19, 2019

I installed with the walkaround:

pip3 install --prefix=/opt/intel/ipp ipp-devel
pip3 install git+https://github.com/pytorch/accimage

Hope it helps for others.

Didn't work for me: I got an error saying ImportError: libippi.so: cannot open shared object file: No such file or directory

@pyjhzwh
Copy link

pyjhzwh commented Nov 25, 2019

I installed with the walkaround:

pip3 install --prefix=/opt/intel/ipp ipp-devel
pip3 install git+https://github.com/pytorch/accimage

Hope it helps for others.

Didn't work for me: I got an error saying ImportError: libippi.so: cannot open shared object file: No such file or directory

You need to export LD_LIBRARY_PATH=path/to/intel/ipp/lib:$LD_LIBRARY_PATH

@brhcriteo
Copy link
Contributor

Here is what works for me using a Python virtual environment - https://gist.github.com/brhcriteo/f659c2eecd7f4a45b12a6988559865a7

@Freed-Wu
Copy link

Freed-Wu commented Jun 14, 2023

Arch Linux user can try https://aur.archlinux.org/packages/python-accimage:

yay -S python-accimage

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants