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

the problems may meet and fix if have to use old "etw_pytorch_utils" version #179

Open
utilpotatocat opened this issue Mar 27, 2024 · 0 comments

Comments

@utilpotatocat
Copy link

Set up problem:
.h file not found and old at_check problems may meet
should fix like the newest author's _ext-src and author's setup.py
turn at_check to at_assert and use "include_dirs=[osp.join(this_dir, _ext_src_root, "include")]" in setup function

etw_pytorch_utils:
do not use git+ to install etw_pytorch_utils , should git clone one to fix it
_torch.six problem may in etw_pytorch_utils:
comment out: “from torch._six import string_classes, int_classes”
and add :
int_classes = int
string_classes = str

and websocket-client problem may meet :
because etw_pytorch_utils have viz.py which use visdom,and visdom use websocket-client
and pip may just download newest websocket-client,which has ":=" code (only for python 3.8+)
cound pip install old version websocket-client for python 3.7 to fix

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

1 participant