Skip to main content

All Questions

Tagged with
1 vote
0 answers
136 views

Dependency issues with Ubuntu16.04 setting up honeypot

I am working on a project for an educational course. I am trying to set up a Cowrie honeypot on an Ubuntu 16.04 VM. I have followed the instructions from this site https://cowrie.readthedocs.io/en/...
Q-cifer's user avatar
  • 11
0 votes
0 answers
57 views

How can I use ubuntu bionic sources to download specific python packages on ubuntu trusty

Can I install python3.7 on ubuntu 16.04 using official ubuntu sources from ubuntu18.04.I just want to install python3.7 and it's dev and nothing else using that source I am aware of ppa/deadsnakes ...
manu_dilip_shah's user avatar
0 votes
1 answer
2k views

ERROR: Package 'flake8-2020' requires a different Python: 3.5.2 not in '>=3.6'

I know it is saying that I should use python version in >=3.6, but the issue is here. I am an offline user of Ubuntu 16.04 server and if I want to install any package I just download its wheel first ...
bit_scientist's user avatar
1 vote
2 answers
15k views

Upgrade pip to newest version on Ubuntu 16.04

I'm trying to upgrade pip into the newest version (old version 9.0.1 and newest version 19.3.1. using the following commands. pip install --upgrade pip sudo apt-get upgrade pip But it won't ...
Chanaka Karunarathna's user avatar
0 votes
2 answers
53 views

Using Pip for Python3 on Ubuntu

So I am trying to install packages, but they always install for 2.7. I also cant get rid of 2.7 and I don't know how to change my terminal to not do anything for 2.7 but 3.x. Whenever I pip install, ...
Maritn Ge's user avatar
  • 283
2 votes
0 answers
86 views

Can't save from some programs to non-Ubuntu drive

I have a MacBook Pro dual booting Ubuntu 16.04 and Mac. When running some programs in Ubuntu, I can only save files to my Ubuntu partition. This includes IDLE3. I want to save files to a different ...
813bruce's user avatar
1 vote
1 answer
2k views

Change python 2.7 default gcc 5.4 to gcc 7

I just upraded gcc from 5.4 to 7 but, when i run python 2.7 it says: Python 2.7.12 (default, Nov 20 2017, 18:23:56) [GCC 5.4.0 20160609] on linux2 I set gcc 7 as default for my system Ubuntu 16....
Haroldo Payares Salgado's user avatar
0 votes
2 answers
4k views

Ubuntu 16.04.3 cant install package python-pkg-resources

I'm trying to install python-pkg-resources in my ubuntu 16.04.3 server, but the same commands that work with 16.04.2 won't do it. The python installed is default Python 2.7.12 Check if python is ...
Gus's user avatar
  • 169