Closed JEFworks closed 1 year ago
In case anyone else encounters this error: I was able to solve this issue by upgrading pip to from v21.1.3 to v22.3.1 and also moving the pyproject.toml
to the cnexp/
folder.
Thanks anyway!
Hi Jean, thanks for the interest. Just want to say that @jnboehm is soon going to extend the README and add more specific instructions and examples of how to run t-SimCNE. At the moment it can be a bit cryptic, but we are working on it!
Thanks Dmitry! Looking forward to it!
Hello,
I'm interesting to trying out
t-simcne
. However, when I try to install it viapip install -e .
following the instructions under Implementation, I encounter the following error:It seems like there is a
setup.py
script missing from thecnexp/
folder.Best, Jean