gpt4 book ai didi

python - 使用 pip 安装我的包 python 时出错

转载 作者:行者123 更新时间:2023-11-28 22:32:11 25 4
gpt4 key购买 nike

我在用 python 安装包时遇到了一些问题。

我自己做了一个这样的python包

def joke():
return ('test')

并以名称__init__.py 保存然后我上传到 pypi 并进行按摩:

Submitting dist/funni3st-0.2.tar.gz to https://pypi.python.org/pypi
Server response (200): OK

然后我尝试使用pip安装包

sudo pip install funni3st

Collecting funni3st
Downloading funni3st-0.2.tar.gz
Installing collected packages: funni3st
Running setup.py install for funni3st ... done
Successfully installed funni3st-0.2

我试着在 spyder python 中运行这个包,我有按摩

import funni3st
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named funni3st

谁能帮我看看我的 python 模块出了什么问题?

谢谢

最佳答案

导入最有趣的

这应该有效。似乎是用错误的名称打包的。

关于python - 使用 pip 安装我的包 python 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41216036/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com