ubuntu-18.04

Unable to build Binary for target dso_dataset (libgdcmMSFF.so.2.8 Undefined refernce) and conflict with libraries in implicit directories

不羁的心 提交于 2020-07-10 06:54:18
问题 I am trying to build a binary target called dso_dataset. I follow this Github page to run some software. I faced a warning while cmake .. but ignored and went on to do make, but at the end recipe for target failed. output of command cmake .. is below (base) gok4abt@ABTZ0KUV:~/dso/build$ sudo cmake .. -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works --

import pandas results in ModuleNotFoundError :_lzma

流过昼夜 提交于 2020-07-04 08:59:26
问题 On Ubuntu 18.04 with python 3.7.3, I'm attempting to import pandas but this fails because it can't find _lzma . I've verified that _lzma is installed with dpkg: /usr/lib/python3.7/lib-dynload/_lzma.cpython-37m-x86_64-linux-gnu.so. Oddly, _lzma is not a dependency of pandas (as specified by pip3). 回答1: I was running into this exact same issue today! I was able to fix it though. Pandas just put out a new version 0.25.0 on July 18th and changing the version back to 0.24.2 fixed this issue for me

SPARQL Queries with Fuseki Server on Ubuntu 18.04

雨燕双飞 提交于 2020-07-03 12:01:28
问题 I'm trying to run SPARQL queries with Fuseki Server on Ubuntu 18.04. When I try to start the server in the terminal with ./fuseki-server --update --mem /ds , I get the following errors. I've seen some similar questions and I assume it has something to do with compatibility issues with Java 11. I've installed Java 8, and I still get the same errors. I'm not sure how to proceed from here. WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 2020-06-18

SPARQL Queries with Fuseki Server on Ubuntu 18.04

别来无恙 提交于 2020-07-03 12:01:24
问题 I'm trying to run SPARQL queries with Fuseki Server on Ubuntu 18.04. When I try to start the server in the terminal with ./fuseki-server --update --mem /ds , I get the following errors. I've seen some similar questions and I assume it has something to do with compatibility issues with Java 11. I've installed Java 8, and I still get the same errors. I'm not sure how to proceed from here. WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 2020-06-18

Unit service is not loaded properly: Exec format error. on ubuntu18.04 creating .net service

扶醉桌前 提交于 2020-07-02 03:12:14
问题 I am trying to create a service to run by .net application on ubuntu 18.04. cd /lib/systemd/system/YellowPages.service [Unit] Description = Yellow pages .NET service [Service] Type=forking WorkingDirectory=/home ExecStart=dotnet /home/yp_app/YellowPages.dll [Install] WantedBy=multi-user.target ~ I have my application on /home/yp_app. when I run:systemd start YellowPages.service I get Excess arguments. so I tried with: systemctl start YellowPages.service I get Failed to start YellowPages

Issue installing Virtualenvwrapper on Ubuntu 18.04?

帅比萌擦擦* 提交于 2020-06-26 14:57:25
问题 Fresh Ubuntu 18.04 install. Following these instructions here are the commands I've run so far. sudo apt update sudo apt upgrade python3 -V sudo apt install python3-pip sudo apt install build-essential libssl-dev libffi-dev python3-dev sudo apt install python3-venv source /usr/local/bin/virtualenvwrapper.sh Returns bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory. find virtualenvwrapper.sh Returns find: ‘virtualenvwrapper.sh’: No such file or directory EDIT: Sudo -H pip3

“E: Unable to locate package python-pip” on Ubuntu 18.04

笑着哭i 提交于 2020-06-25 10:52:08
问题 I am trying to install virtualenv on Ubuntu. First it said command 'pip' not found , so I typed sudo apt install python-pip then it said E: Unable to locate package python-pip I tried to reset WSL, download using cmd but it doesn't work with Ubuntu. I don't know why. Even though I have downloaded python3, virtualenv, and pip using cmd. It doesn't work with Ubuntu 18.04. It also fails on Ubuntu 14.04. aiki@LAPTOP-886AEJJG:~$ pip Command 'pip' not found, but can be installed with: sudo apt

How to upgrade to PostgreSQL 11 for Ubuntu 18.04?

▼魔方 西西 提交于 2020-06-24 12:14:05
问题 As the title suggests I want to upgrade my postgresql-10 to postgresql-11 . I'm using ubuntu-18.04 . 回答1: You can follow this blog setup Postgresql-11 on Ubuntu. I found it easy and simple. Add the PostgreSQL package repository on your Ubuntu machine echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main 11" | sudo tee /etc/apt/sources.list.d/pgsql.list Add the GPG key of the PostgreSQL package repository: wget --quiet -O - https://www.postgresql.org/media/keys

Rundeck integration with Ansible through plugin

我的未来我决定 提交于 2020-06-23 18:08:19
问题 I am not able to configure the rundeck integration with ansible, I am using the rundeck-ansible plugin, but I am not getting easy and useful information/help from google. I have installed ansible and rundeck on the same server. I have used that plugin https://github.com/Batix/rundeck-ansible-plugin but not able to configure it. can anyone please share the link which h guide step by step. Any help will be appreciated. 回答1: Keep on mind that the Ansible plugin is out of the box with Rundeck,

Broken Docker after last Ubuntu 18.04 update

吃可爱长大的小学妹 提交于 2020-06-23 11:02:42
问题 does anyone have problem with Docker after last Ubuntu update? Ive got 2 projects which I run by docker-compose in ubuntu18.04. Both projects worked fine, but after 0 changes in *.yml Im starting to get this error now. internal/fs/utils.js:230 throw err; ^ Error: EACCES: permission denied, open '/usr/local/lib/node_modules/npm/bin/npm-cli.js' at Object.openSync (fs.js:461:3) at Object.readFileSync (fs.js:363:35) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1166:22) at