Giter VIP home page Giter VIP logo

Comments (3)

santiagodemierre avatar santiagodemierre commented on May 18, 2024 2

Dude that was dumb of me!!!

When you actually spell the module right it works

from autoscraper.

alirezamika avatar alirezamika commented on May 18, 2024

Can you try with sudo?
sudo pip install git+https://github.com/alirezamika/autoscraper.git

from autoscraper.

santiagodemierre avatar santiagodemierre commented on May 18, 2024

I tried again without sudo (before seeing your message)
Note python3.6 instead of 3.8 (my default) and note 'AustoScraper' instead of AutoScraper

Here's what I got

santiago@santiago-Aspire-A515-51:/Devel/autoscraper/autoscraper$ pip install git+https://github.com/alirezamika/autoscraper.git
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/alirezamika/autoscraper.git
Cloning https://github.com/alirezamika/autoscraper.git to /tmp/pip-req-build-322ekajn
Requirement already satisfied: requests in /home/santiago/.local/lib/python3.6/site-packages (from autoscraper==1.0.0) (2.24.0)
Requirement already satisfied: bs4 in /home/santiago/.local/lib/python3.6/site-packages (from autoscraper==1.0.0) (0.0.1)
Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests->autoscraper==1.0.0) (2.6)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->autoscraper==1.0.0) (2018.1.18)
Requirement already satisfied: chardet<4,>=3.0.2 in /usr/lib/python3/dist-packages (from requests->autoscraper==1.0.0) (3.0.4)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->autoscraper==1.0.0) (1.22)
Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from bs4->autoscraper==1.0.0) (4.6.0)
Building wheels for collected packages: autoscraper
Building wheel for autoscraper (setup.py) ... done
Created wheel for autoscraper: filename=autoscraper-1.0.0-py3-none-any.whl size=6651 sha256=a2853cc1db631247f2da7d888703dd5123833d68f44ee543dd13eb19bee9769b
Stored in directory: /tmp/pip-ephem-wheel-cache-0xey7kc4/wheels/f5/d2/dd/1c9ee0e730efe6989ba7623a4e751552149d3fe3d1d63ae666
Successfully built autoscraper
Installing collected packages: autoscraper
Successfully installed autoscraper-1.0.0
santiago@santiago-Aspire-A515-51:
/Devel/autoscraper/autoscraper$ python
Python 3.8.0 (default, Oct 28 2019, 16:14:01)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from autoscraper import AustoScraper
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'autoscraper'
exit
Use exit() or Ctrl-D (i.e. EOF) to exit
exit()
santiago@santiago-Aspire-A515-51:~/Devel/autoscraper/autoscraper$ python3.6
Python 3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
from autoscraper import AustoScraper
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'AustoScraper'

from autoscraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.