downloading error using nltk.download()
I am experimenting NLTK package using Python. I tried to downloaded NLTK using nltk.download(). I got this kind of error message. How to solve this problem? Thanks.The system I used is Ubuntu installed...
View ArticleAccess a web server which is running on WSL (Windows Subsystem for Linux)...
After installing Ubuntu as WSL (Windows Subsystem for Linux), I've run (as root):cd ~python3 -m http.serverOutput:Serving HTTP on 0.0.0.0 port 8000 ...And I tried to access to this web server from my...
View ArticleI am trying to install Github desktop on a chromebook 3180. What is this...
Picture of errorthe error says something about not having enough space on device AND a broken pipe. I was trying to install github desktop on my chromebook. Maybe it can't handle it?I tried to restart...
View Articlevirtualbox reinstall failed on Ubuntu Jammy 22.04 [closed]
(system specs are at the bottom)After reinstalling Virtualbox I get the following error. Seem unrelated to the VM. I even created a new VM and it still fails. Vbox doesn't even create an install log....
View Articlevirtualbox reinstall failed on Ubuntu Jammy
(system specs are at the bottom)After reinstalling Virtualbox I get the following error. Seem unrelated to the VM. I even created a new VM and it still fails. Vbox doesn't even create an install log....
View ArticleAsterisk server cannot connect with LinPhone [closed]
I have installed an asterisk in the Ubuntu server and I have the following SIP configuration. The sip service is up and running[general]context=default ; Default context for incoming...
View ArticleError building : fatal error: pcre.h: No such file or directory
I'm just finished installing Ubuntu 13.10. I want try Phalcon, and when I build the source (phalcon.so), I have this error : from...
View ArticleExecuting WSL Ubuntu Commands from C# - Output Capture Issues
I'm writing a C# code in Visual Studio Code on Windows 11 to run an application from my WSL Ubuntu and saves the output as a string file.I've already installed WSL and Ubuntu. When I write the...
View Articleinstalling composer using curl -sS https://getcomposer.org/installer | php...
I have been tyrying to install Composer in my machine using thecurl -sS https://getcomposer.org/installer | phpcommand,which gives the following error:#!/usr/bin/env phpSome settings on your machine...
View ArticleHow to add directory recursively on git safe.directory? [duplicate]
According to this QA, we may use safe.directory argument to add directory to be marked as whitelist, due to latest CVE found on git. But it seems there is no way to add certain dirs recursively.I have...
View ArticleHow to install ruby and gem (one_gadget) in WSL [ERROR]
I want to download ruby and install one_gadget extension with gem for Pwnable. But I don't know why I can't install ruby in WSL.The following additional packages will be installed: fonts-lato...
View ArticleHow to enable cgroup v2 in WSL2?
The easiest way to get access to cgroup v2 capable system having only a Windows machine is to spawn WSL2 instance hosting Ubuntu 22.04.Unfortunately, there is an issue. Removal of v1 controllers...
View ArticleCannot Import a python Module from a package that is installed in Ubuntu
Before I talk about the problem, I cannot use pip directly in ubuntu, I have to set a python virtual environment first. whenever I do that outside the environment I get this message :error:...
View ArticleQt 5.1.1 compiler setup on Ubuntu
I have a clean install of 64bit ubuntu, I downloaded Qt 5.1.1 for linux 64 bit from http://qt-project.org/downloads, ran the .run file, installed it and gcc which is included in that download, opened...
View ArticleQT Ubuntu Window is active but invisible
Working code moved from Qt4 Debian to Qt 5.5.1 Ubuntu 16.04.2 . Transfer was without issue until one major problem (possible bug in Qt or Ubuntu). Objective is to open second window from MainWindow....
View ArticleHow to fix executor failed running [/bin/sh -c pip install --upgrade...
I am getting this when running a Dockerfile.When I reseted my windows it worked but recently I deleted all docker containers and when I tried to build from the Dockerfile again, I got this issue. I...
View ArticleCUDA Initialization Error: cudaGetDeviceCount returned 802 on Ubuntu 24.04...
I'm encountering an issue when trying to run CUDA applications on a Dell PowerEdge XE9680 with NVIDIA GPUs. The system is running Ubuntu 24.04, and I've installed NVIDIA driver version 560.x along with...
View ArticleERROR 2002 (HY000): Can't connect to local MySQL server through socket...
I'm getting this error ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock' (2)even though I have managed to start mysql via command line in ubuntumysql...
View ArticleHow to install the libwebkitgtk package on Ubuntu 20.04 LTS?
So I am trying to install Solar2D (formerly known as Corona SDK) to make a mobile game. After installing the dependencies, when I run Solar 2D I get the following...
View Articlepython_2_unicode_compatible error
I've models.py as follows,from django.contrib.auth.models import Userfrom django.db import modelsfrom django.utils.encoding import python_2_unicode_compatiblefrom django.utils.timezone import...
View Article