我试图从github
下载python中的this项目
并将其导入eclipse ubuntu。
python的解释器是3,我注意到在git clone
之后并运行setup.py
,输出位于文件夹python 2.7
而不是python 3
当我尝试import scapy_http.http
时,我得到了一个exeption(可能是解释器在python 2.7
文件夹中查找它。)
当我尝试将解释器替换为python 2.7
时,我会在import scapy.all
import scapy
假设来import scapy_http
我为python 3安装了scapy:pip3 install scapy-python3
那么如果解释器是scapy-http
,我如何将python 3
项目导入我的eclipse项目?
感谢。
答案 0 :(得分:0)
如果你做pip3安装scary-python3应该没问题。要确切知道发生了什么事情很难(请提供错误消息等),但我建议您尝试:
sudo python3 setup.py install
如果你还没有。问题可能是你没有关闭3,因此它存储在python 2库中。