今天爱分享给大家带来挂载juicefs TypeError: a bytes-like object is required, not ‘str’【解决办法】,希望能够帮助到大家。
今天在挂载juicefs的时候出现的下面的错误:
Traceback (most recent call last): File "./juicefs", line 2039, insys.exit(main() or 0) File "./juicefs", line 2037, in main return globals()[command]() File "./juicefs", line 1009, in mount check_mountability() File "./juicefs", line 1020, in check_mountability if 'osxfuse' in stderr_data and 'Library not loaded' in stderr_data: TypeError: a bytes-like object is required, not 'str'
解决方法
原因是缺少fuse for mac os
https://github.com/osxfuse/osxfuse/releases
在链接里面下载一个dmg,安装完了再执行就可以了。