Author: admin
No matching distribution found for tensorflow
If you get an error after entering ERROR: No matching distribution found for pip3 C:\Users\DELL>pip install pip3Defaulting to user installation because normal site-packages is not writeableERROR: Could not find a version that satisfies the requirement pip3 (from versions: none)ERROR: No matching distribution found for pip3 or C:\Users\DELL>pip install –user pip3ERROR: Could not find a version … [Read more…]
Pip – install and uninstall in one command
What is PIP? pip is the package installer for Python Backup current pip package names $ pip freeze > requirements.txtThis command helps you get all installed packages in a .txt file Uninstall all pip packages $pip uninstall -r requirements.txtThis will uninstall all listed packages in requirements.txt Install all pip packages $pip install -r requirements.txtThis will … [Read more…]
Avocado toast

You will need really good ripe avocado for this dish. Lemon juiceTomatoChilly flakesBlack pepperEggOlive oilAnd of course bread (multi grain bread and one inch thick is best) Toast the bread in a pan with olive oil and set aside.Fry the tomatoes with black pepper in olive oil and set aside. Mash two medium avocados with … [Read more…]
Quick egg fried rice

Leftover riceMix veggies with corn (I used frozen)Egg (1 or 2)Worcestershire sauce – 1-2tspDark Soy sauce – 2 tbspGingerGarlicChilly (I used oriental chillies)Olive oil It’s better to use a sauce pan than a wok, the heat spreads evenly in a sauce pan. Sauté ginger and garlic in a pan, then add the chilies.Add rice and … [Read more…]
NameError: name ‘function’ is not defined in Theano
If you encounter an error, “NameError: name ‘function’ is not defined” in Theano, then entering on top of code “FROM THEANO IMPORT FUNCTION” should solve your problems.
When the CHOWN – 501:20 for anaconda does not work
When updating packages on Anaconda-Navigator (AN) and you encounter unable to write packages to /Users/mb/opt/anaconda3/pkgs/cache/53d7ef51.json. The solution provided by AN is to run sudo chown 501:20 /Users/mb/opt/anaconda3/pkgs/cache/53d7ef51.json in your terminal. Sometimes this also does not fix the problem. I would suggestCd into /users/mb/opt/Run, sudo chown -R 501:20 anaconda3/ or sudo chown -R 501:20 /Users/mb/opt/anaconda3/ This … [Read more…]
Dates infused granola snack balls

You require 10 dates with 100-200 gm of granola. It really isn’t about the measurement of the ingredient but the stickiness of the dates to get the required consistency of the resulting dough. I got some granola/oats and dates, powdered the granola, minced the dates and mixed it together to form a ball. Healthy eating … [Read more…]
Simple and healthy pancake

Granola (Even if it has dried fruits)BananaMilk1/2 eggVanilla extract (optional)Honey as topping Powder the granola first and then add the rest to blend again. The consistency if the batter should be semi thick and should not be like water. Melt just enough butter so that the pancake does not stick on saucepan, pour the required … [Read more…]
Italian spaghetti

Ingredients for one person:3 full garlicOlive oilChilly flakes Take 3 full garlic roast it in oven for about 30 min in 220C. Remove the tender garlic, mix in olive oil and whisk or blend it to paste. Add pasta water to garlic paste, mix to required consistency, add chilly flakes and salt. Add the spaghetti … [Read more…]