Skip to content

setup_hde_fast_embedding.py trying to save to nonexistent folder #101

@kdembny

Description

@kdembny

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions