Code Monkey home page Code Monkey logo

Comments (2)

hfaran avatar hfaran commented on June 25, 2024

I don't know what to tell you, other than you're doing it wrong. :P

The likely issue I'm guessing is that you don't have the Scripts folder where these get installed by pip in your PATH . For example, here is where it lives on my Windows 10 machine with the Anaconda distribution of Python 3:

~ $ pip install slack-export-viewer
Collecting slack-export-viewer
  Downloading slack_export_viewer-0.2.0-py3-none-any.whl
Requirement already satisfied: flask in d:\anaconda3\lib\site-packages (from slack-export-viewer)
Collecting emoji (from slack-export-viewer)
  Downloading emoji-0.4.5.tar.gz
Requirement already satisfied: click in d:\anaconda3\lib\site-packages (from slack-export-viewer)
Collecting markdown2 (from slack-export-viewer)
  Downloading markdown2-2.3.4.zip (158kB)
    100% |████████████████████████████████| 163kB 3.5MB/s
Requirement already satisfied: Werkzeug>=0.7 in d:\anaconda3\lib\site-packages (from flask->slack-export-viewer)
Requirement already satisfied: Jinja2>=2.4 in d:\anaconda3\lib\site-packages (from flask->slack-export-viewer)
Requirement already satisfied: itsdangerous>=0.21 in d:\anaconda3\lib\site-packages (from flask->slack-export-viewer)
Requirement already satisfied: MarkupSafe>=0.23 in d:\anaconda3\lib\site-packages (from Jinja2>=2.4->flask->slack-export-viewer)
Building wheels for collected packages: emoji, markdown2
  Running setup.py bdist_wheel for emoji ... done
  Stored in directory: C:\Users\Hamza\AppData\Local\pip\Cache\wheels\75\b9\77\3cd7736de28a84776484d5be31787bee579da34df0ec5134e2
  Running setup.py bdist_wheel for markdown2 ... done
  Stored in directory: C:\Users\Hamza\AppData\Local\pip\Cache\wheels\65\84\77\507a06e7a58f1289032d6d3e357818e981766b1dd828d33c7d
Successfully built emoji markdown2
Installing collected packages: emoji, markdown2, slack-export-viewer
Successfully installed emoji-0.4.5 markdown2-2.3.4 slack-export-viewer-0.2.0
~ $ which slack-export-viewer
D:\Anaconda3\Scripts\slack-export-viewer.EXE

from slack-export-viewer.

hfaran avatar hfaran commented on June 25, 2024

also running from hand, by starting the mainscript on the command prompt doesn't work and doesn't give any errors....

As for this, I have no idea what your environment is like, so I can't offer any help here unless you provide more details.
I'm going to close this issue, but feel free to follow up with more questions if you have them.

from slack-export-viewer.

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.