This is my first time trying to download a dataset ('train.csv') from the API.
I am currently trying to install in ubuntu the API with the instruction sudo pip install kaggle-cli but it's not being possible.
Error: pip: order not found
Is there any other option?
I want to work then with GNU (awk, bash,....)
The information I found is not being enough to solve the problem.
Could someone let me know how to install it?
Thanks.
Related
Hi there I want to install an old version of InfluxDB on a Mac. I have found what I think is the right tar.gz file on GitHub (at https://dl.influxdata.com/influxdb/releases/influxdb-1.8.3_darwin_amd64.tar.gz), downloaded and unzipped it. But with no configure or make file that I can find I don’t know how to install it as all the instructions I can find seem to reference those executables.
As someone who is learning as I go along any help would be much appreciated!
Thanks
You can use homebrew to install influxdb v1 on macOS,
brew update
brew install influxdb#1
Refer to official docs for the detail.
I have to install pyez using pip. This at least is stated as requirement to use the role Juniper.junos to run ansible commands against Juniper routers. I'm using cygwin on a windows laptop without any adminrights in a corporate network. The problem is, I cannot use the corporate proxy because of that proprietary Microsoft NTLM protocol so a simple "pip install junos-eznc" is not possible. But what I could do is download the software, tarball or whatever and run pip against that downloaded stuff. I tried several things and failed miserably and google doesn't return anything useful. Can anyone help? What am I supposed to do to get that installed successfully? Many thanks in advance.
Youcan download required package and install it like this
pip install <file_name>
I solved it.
First issue: Proxy
px.exe on https://github.com/genotrance/px/releases.
Second issue: missing libs:
I had to install several libs and make on cygwin in order to get junos-eznc installed:
libxml2-devel
libxslt-devel
libffi-devel
libssl-devel
make
Third issue: cryptography
Don't use latest version of cryptography because it'll need rust which is pita on cygwin
pip install cryptography==3.2
... and then ...
pip install junos-eznc
After that, installation of ...
ansible-galaxy install Juniper.junos
... was quite smooth
I will share an example.
I had to install mysql connector c++ libraries for my project.
To install connector c++ on my Mac, i had to build it from the source code and it takes a lot of effort because you get errors sometimes and then it is troublesome, something which should have been done in a short time.
In case of Ubuntu, I just had to write one command in the terminal, and wow, everything just got done automatically.
apt-get install libmysqlcppconn7
Does anybody know any similar command in mac, using brew or macports?
I tried to find but I guess I didn't get any results to satisfaction.
And if there is not, can anyone guide me so that I can make it possible, like I think it's possible for mac, if it is possible in ubuntu.
Please guide me, an answer in a bit detail would be so much appreciated.
Probably the nearest thing to apt-get on a mac is brew
Once it is set up (and this isn't difficult) "brew install mysql-connector-c++" will install on the mac
I have installed PyPy for mac from here and I have read the ReadMe and all that (which wasn't too useful to me).
But now I am wondering how exactly do you use it. I learn really well from examples and it turns out there aren't many examples out there for Macs.
So can someone explain the steps of properly installing PyPy and building code with PyPy?
Optional: How do you use it outside of the terminal in applets?
Using homebrew
brew install pypy
or
brew install pypy3
To use pypy best I would suggest using it via a virtualenv. Just run virtualenv -p and you can work having pypy as "python". If you never used virtualenvs before, I strongly suggest reading about them, whether you're using pypy or not.
As for applets - I have absolutely no clue, but I would expect you just need to prefix them with #!/usr/bin/env pypy or something.
I've been searching for about an hour, but could not find any installer for this version...
I have been using Homebrew for OSX, and have been really happy with it. After you install it, you can
$ brew install postgresql
and get a clean installation of postgres. However, it doesn't install any gui tools, just psql.
http://github.com/mxcl/homebrew
http://www.engineyard.com/blog/2010/homebrew-os-xs-missing-package-manager/
EDIT:
Apologies, I think the brew formula is building 8.4.3 right now, but it shouldn't be too hard to edit it to use the version you require...
EDIT #2:
You might be able to find the version you want here:
http://www.enterprisedb.com/products/postgres_plus/getinstaller.do