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

Installation/Building: Missing sub-dirs #41

Closed
lorepieri8 opened this issue Sep 11, 2019 · 1 comment
Closed

Installation/Building: Missing sub-dirs #41

lorepieri8 opened this issue Sep 11, 2019 · 1 comment
Labels
Installation Anything happening during building/installation of Pyfhel

Comments

@lorepieri8
Copy link

lorenzo@Lorenzos-Air ~/ghubRepo/Pyfhel $ python3 setup.py build --CYTHONIZE
Traceback (most recent call last):
 File "setup.py", line 63, in <module>
   [os.path.join(AFHEL_PATH, 'Afseal.cpp')])
 File "setup.py", line 13, in scan
   for file in os.listdir(dir):
FileNotFoundError: [Errno 2] No such file or directory: 'Pyfhel/SEAL/SEAL/seal'
@ibarrond
Copy link
Owner

ibarrond commented Sep 4, 2020

This can be solved by pulling all the submodules with:

git submodule update --init --recursive

To avoid it in the first place, make sure you clone the repo with --recursive:

git clone --recursive https://github.com/ibarrond/Pyfhel.git

@ibarrond ibarrond closed this as completed Sep 4, 2020
@ibarrond ibarrond changed the title Missing sub-dirs Installation/Building: Missing sub-dirs Oct 10, 2020
@ibarrond ibarrond added the Installation Anything happening during building/installation of Pyfhel label Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Installation Anything happening during building/installation of Pyfhel
Projects
None yet
Development

No branches or pull requests

2 participants