挂载juicefs TypeError: a bytes-like object is required, not ‘str’【解决办法】

今天爱分享给大家带来挂载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,安装完了再执行就可以了。

人已赞赏
Linux

ubuntu18.04修改pip源为阿里源【详细教程】

2020-11-15 10:43:41

Linux

ubuntu修改密码报错Authentication token manipulation error【解决办法】

2020-11-15 11:11:45

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
'); })();