mac使用juicefs的时候TypeError: a bytes-like object is required, not 'str'

网友投稿 728 2022-11-08

mac使用juicefs的时候TypeError: a bytes-like object is required, not 'str'

mac使用juicefs的时候TypeError: a bytes-like object is required, not 'str'

今天在挂在juicefs的时候出现的下面的错误:

Traceback (most recent call last): File "./juicefs", line 2039, in sys.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,安装完了再执行就可以了。

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:ubuntu18.04修改密码出现Authentication token manipulation error
下一篇:python3 beautifulsoup解析网页下载图片
相关文章

 发表评论

暂时没有评论,来抢沙发吧~