error: module importing failed: invalid pathname
See original GitHub issueDo we need to update brew after deb751e596ad74425a1b293d7b98b625cac9d94d? Currently running brew update; brew install chisel
doesn’t fetch latest, so command script import /usr/local/opt/chisel/libexec/fbchisellldb.py
path doesn’t resolve, since the installed file is still called fblldb.py
.
Thought could install head, but doesn’t seem like this is working. I can manually resolve the path to fblldb.py
in my ~/.lldbinit
, but wanted to see what’s the right way of doing this?
% brew install --head chisel
Warning: chisel is already installed
The currently linked version is 2.0.0
You can use `brew switch chisel ` to link this version.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
error: module importing failed: in… | Apple Developer Forums
error : module importing failed: invalid pathname ... I don't know what this error is and I've been trying go fix it for...
Read more >Removed Realm, but still getting this error: module importing ...
With the advent of Xcode 11, I started seeing this error: error: module importing failed: invalid token (rlm_lldb.py, line 37) File ...
Read more >Xcode 11 Error Cant Find Solution - module importing failed
First line in the output is "error: module importing failed: invalid pathname" for a command line tool project. I've reduced it to nothing...
Read more >error: module importing failed: invalid pathname - 简书
不好意思,标题有点长了,今天拾起了一个老项目,调试了一下,出现如下错误。 惯例Google了一下,搜索的关键字为:... Chefil阅读3,101评论1赞3.
Read more >Announcing LLDB for VSCode - #20 by vadimcn
Does anyone else get this error immediately after launching or trying to attach? error: module importing failed: No module named adapter
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, seems like I got what happened:
I would recommend making a new minor release 2.0.1 with the new commits; to make it simple, I have drafted the release notes 😎maybe @kolinkrewinkel or @kastiglione could take up on it! 🙏
Release Name: It’s Not Halting (2.0.1)
Pushing a minor release to fix a Python 3 issue (d5f155d) as well as to sync brew with latest naming convention (deb751e), see below for more details:
Once a release is created, need to update homebrew formula, similar to this: https://github.com/Homebrew/homebrew-core/commit/b12704fb179a822b406669faff020cfb5e4e273e
I’ll try and get an update to brew out later today, thanks for the reminder!