Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module not Installing
#5
(May-27-2020, 09:38 AM)snippsat Wrote: gallery_get there no setup.py(needed bye pip),so this Installation instruction is no correct as most download or clone Repo for it to work.
gallery_get Wrote:Installation
You can download this repository from GitHub, or grab it from PyPI:

$ pip install gallery_get
Here is a run so you can learn to use virtual environment,fine for cases like this to figure out what's going on.
# Make
E:\div_code
λ python -m venv gallery_env

# cd in
E:\div_code
λ cd gallery_env\

# Activate
E:\div_code\gallery_env
λ E:\div_code\gallery_env\Scripts\activate

# Install
(gallery_env) E:\div_code\gallery_env
λ pip install gallery-get
Collecting gallery-get
  Downloading .....
Successfully installed gallery-get-1.8.14
So at this point nothing work as mention over.
# Clone Repo
(gallery_env) E:\div_code\gallery_env
λ git clone https://github.com/regosen/gallery_get.git
Cloning into 'gallery_get'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
Receiving objects:  94% (430/457)   mote: Total 457 (delta 0), reused 1 (delta 0), pack-reused 454
Receiving objects: 100% (457/457), 104.75 KiB | 0 bytes/s, done.
Resolving deltas: 100% (302/302), done.
Checking connectivity... done.

# cd in
(gallery_env) E:\div_code\gallery_env
λ cd gallery_get\

# List files
(gallery_env) E:\div_code\gallery_env\gallery_get (master)
λ ls
LICENSE.txt  gallery_get.py       gallery_get_test_input.csv  gallery_utils.py
README.md    gallery_get_test.py  gallery_plugins/            reddit_get.py

# Use
(gallery_env) E:\div_code\gallery_env\gallery_get (master)
λ python gallery_get.py
Input URL: https://boards.4channel.org.....something
Still Not working
Reply


Messages In This Thread
Module not Installing - by Evil_Patrick - May-27-2020, 06:06 AM
RE: Module not Installing - by buran - May-27-2020, 06:17 AM
RE: Module not Installing - by Evil_Patrick - May-27-2020, 08:44 AM
RE: Module not Installing - by snippsat - May-27-2020, 09:38 AM
RE: Module not Installing - by Evil_Patrick - May-27-2020, 11:09 AM
RE: Module not Installing - by snippsat - May-27-2020, 11:25 AM
RE: Module not Installing - by nuffink - May-27-2020, 11:25 AM
RE: Module not Installing - by Evil_Patrick - May-27-2020, 11:40 AM
RE: Module not Installing - by snippsat - May-27-2020, 12:05 PM
RE: Module not Installing - by Evil_Patrick - May-27-2020, 03:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ERROR WHILE INSTALLING PLAYSOUND MODULE satwants33 2 1,767 Mar-23-2024, 12:50 PM
Last Post: Ritik2508
  Installing time module Led_Zeppelin 2 12,358 Aug-31-2021, 02:16 PM
Last Post: Led_Zeppelin
  Although this is a talib related Q it's mostly related to python module installing.. Evalias123 4 5,850 Jan-10-2021, 11:39 PM
Last Post: Evalias123
  Error after installing Python3.8.2: "No module named 'apt_pkg'" Chromie 3 3,984 Mar-09-2020, 08:20 PM
Last Post: micseydel
  Please help: problem installing/importing langdetect module in Jupyter Notebook ledgreve 3 7,456 Dec-30-2019, 08:17 AM
Last Post: LeanbridgeTech
  Could not build the ssl module while installing python3.7 from tar ball badfish 1 7,889 Dec-11-2018, 04:33 AM
Last Post: badfish
  Error when installing module tjnichols 2 5,428 May-13-2018, 04:51 PM
Last Post: tjnichols
  Installing pyperclip module Truman 5 18,266 Apr-29-2018, 03:29 PM
Last Post: snippsat
  Ubuntu: Error installing watson-developer-cloud Python module gio123 3 4,498 Mar-15-2018, 09:39 PM
Last Post: gio123
  Requests module not installing Rayquaza51120 16 23,756 Nov-09-2016, 12:26 AM
Last Post: Blue Dog

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020