为什么同一个服务器的不同账户编译会报错?

2022-07-25 15:11:58 +08:00
 yhm2046

OS:ubuntu16.04

同一个服务器,我的账户是 user1,同事是 user2 我使用 python2.7 单编译 mm 命令时候报错:

Traceback (most recent call last): File "/usr/lib/python3.6/dbm/gnu.py", line 4, in <module> from _gdbm import * ModuleNotFoundError: No module named '_gdbm'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 7, in <module> import dbm.gnu as gdbm File "/usr/lib/python3.6/dbm/gnu.py", line 6, in <module> raise ImportError(str(msg) + ', please install the python3-gdbm package') ImportError: No module named '_gdbm', please install the python3-gdbm package

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/command-not-found", line 27, in <module> from CommandNotFound.util import crash_guard File "/usr/lib/python3/dist-packages/CommandNotFound/init.py", line 3, in <module> from CommandNotFound.CommandNotFound import CommandNotFound File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 9, in <module> import gdbm ModuleNotFoundError: No module named 'gdbm'

切换 python3.x 也是一样 sudo update-alternatives --config python

There are 2 choices for the alternative python (providing /usr/bin/python).

Selection Path Priority Status

0 /usr/bin/python2 150 auto mode

Press <enter> to keep the current choice[*], or type selection number:

1318 次点击
所在节点    Java
3 条回复
SunsetShimmer
2022-07-25 21:00:40 +08:00
一个猜想。
当前用户没安装 gdbm 这个包,但是成功的那个用户安装了? pip 可以把包安装在用户 home 目录下。
ruanimal
2022-07-26 10:14:44 +08:00
对比下两个用户的环境变量,问题应该就解决了
yhm2046
2022-07-27 09:10:59 +08:00
我把 gdbm 卸载重新安装, 再打开一个新窗口就行了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/868559

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX