Giter VIP home page Giter VIP logo

Comments (2)

natlachaman avatar natlachaman commented on May 25, 2024 1

@ismailelbadawy this configuration of setup.py has worked for me:

from setuptools import setup

setup(
    name='SOcial ANalysis',
    url='',
    author='Maarten Grootendorst',
    author_email='[email protected]',
    packages=['soan'],
    description='Used to analyze whatsapp data',
    long_description=open('soan/README.md').read(),
    install_requires=['numpy', 'Pillow', 'scipy', 'sklearn', 'regex', 'emoji', 'seaborn',
                     'datetime', 'pandas', 'requests', 'wordcloud', 'pattern', 'palettable'],
    version='0.1',
    license='MIT',
)

Instructions:

  • Clone repository by typing git clone https://github.com/MaartenGr/soan.git.
  • Change setup.py file with the one proposed above.
  • In directory where soan folder lies, run python soan/setup.py install (you should see Finished processing dependencies for soan==0.1 if it was successful).
  • Check if it was correctly installed by opening python and importing any sub-module. E.g. from soan.whatssap import helper.

NOTE: I had issues with some dependencies of requests (particularly with mysql-config package). Running sudo apt-get install libmysqlclient-dev did the trick.

from soan.

ismailelbadawy avatar ismailelbadawy commented on May 25, 2024

Thank you @natlachaman . That did the trick.

from soan.

Related Issues (5)

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.