Skip to content
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

Python install fails when installing SPTAG.py as file is in inc dir not src dir #201

Open
pabs3 opened this issue Apr 30, 2021 · 0 comments

Comments

@pabs3
Copy link

pabs3 commented Apr 30, 2021

When trying to install the Python bindings, the cmake command fails because it tries to install the SPTAG.py file from the src directory instead of the inc directory, but the command that generates SPTAG.py writes it to the inc directory. Switching line 74 of Wrappers/CMakeLists.txt from Wrappers/src/SPTAG.py to Wrappers/inc/SPTAG.py fixes this problem.

CMake Error at Wrappers/cmake_install.cmake:84 (file):
  file INSTALL cannot find
  "/path/to/build/Wrappers/src/SPTAG.py": No such file
  or directory.
Call Stack (most recent call first):
  cmake_install.cmake:50 (include)
pabs3 added a commit to pabs3/SPTAG that referenced this issue May 14, 2021
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jun 26, 2022
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jun 26, 2022
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jun 28, 2022
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
GerHobbelt pushed a commit to GerHobbelt/SPTAG that referenced this issue Dec 20, 2022
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Feb 6, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 25, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 25, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jul 20, 2023
Remove copying to the build dir since
that is no longer necessary.

Fixes: microsoft#207
Fixes: microsoft#201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant