-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
No module named cxxfilt when running #649
Comments
Hi @vadimkantorov,
|
Hi @vadimkantorov , |
@NaleRaphael Good catch! :) |
Adding
Despite Full log: Also note strange
This happens even if compilation succeeds |
Hi @vadimkantorov , This message:
is probably resulted by the change of This issue seems related to #588, #640, and currently going to be fixed by #644, #652. Before the PR is merged, a quick workaround might be:
If there is any further problem, please feel free to let us know! :) Besides, the warning message And sorry about the last question of many links of Update: About the last question of many links of In # pip._internal.cli.base_command.py, line 190-191
finally:
self.handle_pip_version_check(options) And it continues the following process flow until the check is done:
In conclusion, those message can be ignored! |
I am learning pyprof: https://github.com/NVIDIA/apex/tree/master/apex/pyprof |
I installed apex as
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" git+https://github.com/NVIDIA/apex
I'm running
python -m apex.pyprof.parse net.sql > net.dict
and am getting an error:Maybe cxxfilt somewhere not mentioned as dependency and pip doesn't install it?
The text was updated successfully, but these errors were encountered: