npm install without symlinks option not working
Question I setup a development environment with Windows 8 and Ubuntu as a virtual machine. For that I use VirtualBox. I also manage to create a shared folder in VirtualBox. In this shared folder I try to start a project with ember-generator of Yeoman.
yo ember --skip-install --karma
npm install --no-bin-links
For installing modules NPM I use the option "--no-bin-links" not to create symbolic links. Unfortunately, I still have errors creations symbolic links .…
Read more ⟶Error while importing Tensorflow in Python 2.7 in Ubuntu 12.04. 'GLIBC_2.17 not found'
Question I have installed the Tensorflow bindings with python successfully. But when I try to import Tensorflow, I get the follwoing error.
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by /usr/local/lib/python2.7/dist-packages/tensorflow/python/_pywrap_tensorflow.so)
I have tried to update GLIBC_2.15 to 2.17, but no luck.
Answer I've just managed to install tensorflow 0.12rc0 on CentOS 6.5 with glibc 2.12, without having root privileges. Simply installing tensorflow binary via pip was giving me an error, related to GLIBC version as well.…
Read more ⟶MySQL Workbench not saving passwords in keychain
Question Using Kubuntu 16.10, I'm saving a password into the keyring in MySQL Workbench, checking the "Store password in keychain" checkbox.
It works as long as it's open (doesn't ask for password), but when I re-open the program it prompts for the password again.
Not many people seem to have this problem. It might have something to do with my OS, but I'm not sure.
Answer I am using Ubuntu 18.…
Read more ⟶Since flutter 1.9 : how to run flutter app in a browser ? Flutter run -d chrome not working
Question Since flutter 1.9 flutter_web is merged inside flutter. I'm trying to run the initial flutter app in a chrome browser but it fails. OS is ubuntu 19.04
The command I used with success: flutter upgrade
flutter create test_1_9
cd test_1_9
flutter run
The command not working:
flutter run -d chrome
=> No devices found with name or id matching 'chrome'
I tried with google-chrome as device name with same result [✓] Flutter (Channel master, v1.…
Read more ⟶No package 'lua' found but i have it installed
Question I'm trying to install Lsyncd on Ubuntu 10.4 LTS but i get some error :
> checking for LUA... no checking for
> LUA... no checking for LUA...
> configure: error: Package requirements
> (lua >= 5.1.3) were not met:
> > No package 'lua' found
> > Consider adjusting the PKG_CONFIG_PATH
> environment variable if you installed
> software in a non-standard prefix.
> > Alternatively, you may set the
> environment variables LUA_CFLAGS and
> LUA_LIBS to avoid the need to call
> pkg-config.…
Read more ⟶dpkg: error processing package mysql-server (dependency problems)?
Question When I try to install mysql-server, an error comes like:
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.7
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
What does it mean. Any ideas?
Answer dpkg returning an error code 1 doesn't mean anything specific but it usually has to do with dependency issues. In your case, you tried to install two versions/instances of the same package i.…
Read more ⟶Can't stop WEBrick 1.3.1 with ctrl-c on Ubuntu 11.04
Question I'm using RVM, Ruby 1.9.2, and Rails 3.0.7
A standard kill of the process from another terminal doesn't work, either, but kill -9 does, of course.
I found a similar question, CTRL+C to Webbrick server ignored, but it's unclear whether that question is describing the same underlying issue. Also, the resolution doesn't seem to apply, since I'm not using :git in my Gemfile.
update 1: (old now... see update 2, below, for the real scoop)…
Read more ⟶