You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: