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

from toolbox.data.DataSchema import DatasetCachePath, BaseData ModuleNotFoundError: No module named 'toolbox' #4

Closed
LittleMonster104 opened this issue May 25, 2024 · 2 comments

Comments

@LittleMonster104
Copy link

Hi, when I tried to run below commend,

python train_TCQE_TFLEX.py --name="TFLEX_dim800_gamma15" --hidden_dim=800 --test_batch_size=32 --every_test_step=10000 --dataset="ICEWS14" --data_home="./data"

I got errors:

from toolbox.data.DataSchema import DatasetCachePath, BaseData
ModuleNotFoundError: No module named 'toolbox

But I have already installed toolbox using pip install toolbox, can u please help?

@Astesia12269
Copy link

me too

@LinXueyuanStdio
Copy link
Owner

LinXueyuanStdio commented Jun 18, 2024

hello, toolbox is in the folder assistance. You can install it as mentioned in README:

cd assistance
pip install -e .

toolbox is a local package, which is not published to pypi and cannot be installed via pip install toolbox

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

3 participants