Posts

Showing posts from August 5, 2018

ModuleNotFoundError: No module named 'nltk' after installation on a Windows 10 + Ubuntu 18.04 machine

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 1 down vote favorite I've been trying to solve this problem for the last couple of hours, without luck. I'm trying to run a python program that I wrote on my Windows 10 machine on my other machine that has a dual-boot of Windows 10 and Ubuntu 18.04 "Bionic Beaver", if I recall correctly. This error comes up everytime I run the code using spyder/pycharm, even after trying a lot of suggestions that I found on here and on stackoverflow: ModuleNotFoundError: No module named 'nltk' So far, I have tried downloading nltk : 1) using their own website's instructions: sudo pip install -U nltk 2) using anaconda3: conda install -c anaconda nltk First, it used to show me some permission denied problems, because I guess the anaconda3 folder was set to 'access only', but I used: sudo chown -R usr foldername to solve th...

Windows 10 fails to boot after Ubuntu 18.04.1 LTS install

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite Adding Ubuntu 18.04.1 LTS alongside my original OS, Windows 10, has not gone well. I made partitions like the EFI System Partition as well as root. When the installation completed, the PC restarted and displayed the GRUB2 CLI, and I can't boot up Windows. I read tutorials about starting Ubuntu with grub cli but I don't know how to install the grub's graphical interface and why do I have the GRUB2 CLI? dual-boot grub2 xubuntu 18.04 windows-10 share | improve this question edited 2 days ago K7AAY 3,567 2 14 43 asked 2 days ago Cuau Cortés Mejía 1 2 May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu....

Opening software on a specific monitor

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite I'm trying to follow some instructions on getting specific software to open up on a specific monitor. I have three monitors. xrandr -q output is as follows: Screen 0: minimum 8 x 8, current 5040 x 1080, maximum 32767 x 32767 DVI-D-0 connected 1440x900+3600+79 (normal left inverted right x axis y axis) 408mm x 255mm 1440x900 59.89*+ 74.98 1280x1024 75.02 60.02 1280x800 59.81 1152x864 75.00 1024x768 75.03 70.07 60.00 800x600 75.00 72.19 60.32 56.25 640x480 75.00 72.81 59.94 HDMI-0 connected primary 1920x1080+1680+0 (normal left inverted right x axis y axis) 521mm x 293mm 1920x1080 60.00*+ 59.94 50.00 60.00 50.04 1680x1050 59.95 1440x900 59.89 1440x576 50.00 1440x480 59.94 1280x1024 75.02 60.02 1280x960 60.00 1280x720 60.00 59.94 50.00 1152x864 75.00 1024x768 75.03 70.07 60.00 800x600 75.00 72.19 60.32 5...