Regarding sage installation through anaconda - anaconda

I have installed anaconda3. Then I am trying to install sage following the instructions in official website of sage. But the instruction "sage create -n sage sage python=3.9.12" is not working. Also tried with other instructions given in the website. Please give me suggestions how can I install sage from conda forge.

Related

script GNU to install kaggle API

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.

Why can't I run after installing anaconda?

I installed the latest version of Anaconda on the official website and installed it according to the online tutorial. But when I clicked and ran Anaconda Navigator, the program disappeared after the black box popped up, and then there was no response.
I tried to "conda info --envs", then it give "base * C:\ProgramData\Anaconda3"
I tried to "conda install -c anaconda anaconda-navigator", then it give "CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/anaconda/win-64/current_repodata.json
Elapsed"
my user env variable is "C:\ProgramData\Anaconda3\;C:\Program Files\Python37\"
I expect Anaconda can be run and the reason why it doesn't work, though it is download by official website.
download complete anaconda package
https://www.anaconda.com/distribution/#download-section
and the navigator will be installed automatically

Google Assistant on RPI3 with Android Things

I tried to follow the documentation and got stuck in the point
Open a terminal and follow the instructions to configure a new Python virtual environment and install the `google-assistant-library.
The link in this point redirects to a general page (Introduction to the Google Assistant Library) rather than the instructions.
I think it misses the explanation what it means to open the terminal and exact steps to be followed.
Is the link really correct?
Maybe I need help in using the console correctly, but I am not getting it from that poor documentation.
I can connect to RP with Serial to USB cable and Putty. But simply I do not know what that point 11 and onwards mean...
Any idea?
Thank you
It looks like the links in the Assistant SDK docs were modified, but it should be pointing to this page:
sudo apt-get update
sudo apt-get install python3-dev python3-venv # Use python3.4-venv if the package cannot be found.
python3 -m venv env
env/bin/python -m pip install --upgrade pip setuptools
source env/bin/activate
python -m pip install --upgrade google-auth-oauthlib[tool]
google-oauthlib-tool --scope https://www.googleapis.com/auth/assistant-sdk-prototype \
--save --headless --client-secrets /path/to/client_secret_client-id.json
This will save the credentials at /path/to/.config/google-oauthlib-tool/credentials.json, which you can then copy into your project in order to authenticate the Google Assistant.
As Nick and proppy noted, one step is to obtain authorization code to be used in later steps. Unfortunately the documentation skipped few very important steps and it can lead to confusion. Sadly Google did not simplify the process of integrating the Assistant in the same development environment and hope they will integrate this clumsy process to Android Studio as with other services
If you are developing under Windows you need to:
use a Linux environment and follow the steps in console of that Linux PC (not in the Android Things console of the RP!). Or install Python in Windows. I used the Raspbian in my RP3 to do the Linux version of the procedure...
install Python environment first in the Linux PC console
sudo apt-get update
sudo apt-get install python3-dev python3-venv
python3 -m venv env
env/bin/python -m pip install --upgrade pip setuptools
source env/bin/activate
in this Python environment install google-auth-oauthlib that will generate the credential file
python -m pip install --upgrade google-auth-oauthlib[tool]
change the directory to place you saved the downloaded json file from step before step 11 in the documenatation. e.g.
cd /home/pi/Downloads/
run the google auth tool with the path to your downloaded json file (including its long name, replace idxxx with your id)
google-oauthlib-tool --client-secrets /home/pi/Downloads/client_secret_client-idxxx.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless
there will be a link generated in the console. You have to insert the link into browser . You will be prompted in browser to let the tool to use your account and the you will receive an authentication code. Enter this code to the prompt back in the console.
find the generated authenticated authorization code file in the folder prompted in the console and continue in the original documentation steps

Wget for Windows 10

I need Wget for my Laravel v5.2 & PhP v7 practice and I am stack since couple hours as I coudn't find any way to install Wget on Windows10 any help would be appreciated.
While this question is not strictly Laravel oriented, this question may get asked again.
There are a number of ways to install wget on Windows. The Chocolatey package manager has a build available for install:
https://chocolatey.org/packages/Wget
To install Chocolatey, follow their installation instructions:
https://chocolatey.org/install
There's also a number of other good tools for Windows Laravel dev available through Chocolatey, such as Redis (great for cache and queue work)
https://chocolatey.org/packages/redis
Take a look through the packages available to customise your Windows Laravel environment.

How can I successfully install sharetribe on windows

https://github.com/tlsalmin/kassi/wiki/HOW-TO-install-kassi-in-Windows-(for-Development-only) I have tried to follow all the instructions as per this link but all is in vain.

Resources