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

setup_hde_fast_embedding.py trying to save to nonexistent folder #101

Open
kdembny opened this issue Sep 15, 2023 · 2 comments
Open

setup_hde_fast_embedding.py trying to save to nonexistent folder #101

kdembny opened this issue Sep 15, 2023 · 2 comments

Comments

@kdembny
Copy link

kdembny commented Sep 15, 2023

In order to use cython there are instructions available for using the code: python3 setup_hde_fast_embedding.py build_ext --inplace to achieve this. However, this script attempts to create a file that saves into a folder idtxl/, which does not exist in the folder you run the script from. The error reads as follows: error: could not create 'idtxl/hde_fast_embedding.cpython-39-x86_64-linux-gnu.so': No such file or directory
As a patch, one can make a file within idtxl also called idtxl and move the file created by the script up one level after the conclusion of the script, but as the code exists, it can't complete.

@pwollstadt
Copy link
Owner

Hi, we are aware that there are some issues with the installation of the python module (there is also a Wiki page on this and see also issue #86). However, I could not replicate the error regarding the creation of the directory. Did you call python3 setup_hde_fast_embedding.py build_ext --inplace from within the IDTxl/idtxl folder?

@kdembny
Copy link
Author

kdembny commented Sep 26, 2023 via email

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

2 participants