简体   繁体   English

在kali linux 2021.3中降级python

[英]downgrade python in kali linux 2021.3

So I am working with kali linux 2021.3 in a virtualbox, and I need to work with a package called netfilterqueue in python.所以我在 virtualbox 中使用 kali linux 2021.3,我需要在 python 中使用名为netfilterqueue的包。 But it is not getting installed as it is throwing errors related to some things deprecated after python 3.3 and I am working with python 3.9但它没有被安装,因为它抛出了与 python 3.3 之后弃用的一些东西相关的错误,我正在使用 python 3.9

So I want to downgrade my python from 3.9 to 3.3 in kali linux version 2021.3, please tell how to do it.所以我想在kali linux 2021.3版本中将我的python从3.9降级到3.3,请告诉我怎么做。

To install another version of the python interpreter you don't need to remove the current version.要安装另一个版本的 python 解释器,您不需要删除当前版本。 You just need to call the correct version of the interpreter (probably python3.3).你只需要调用正确版本的解释器(可能是python3.3)。 The 3.3 version is available in https://www.python.org/downloads/release/python-337/ 3.3 版本可在https://www.python.org/downloads/release/python-337/ 获得

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM