Python Forum
How Can I Install and Use This Module?
Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Can I Install and Use This Module?
#6
(Oct-04-2017, 01:07 PM)reggiearthur Wrote:
(Oct-04-2017, 12:57 PM)buran Wrote: According to the Readme file it does not support Windows yet

ah i see.. what about any module for that matter though? what would i do with it after i've downloaded it? i donwloaded another simular module called pyjuce, you can check it out here, https://github.com/abhijitnandy2011/PyJuce

but i dont know how to get it using it with python
9 times out of 10, the updated programs are going to be listed in pypi. The most used modules are in pypi. And i am not talking about 10 or even 1000 modules. At the time of this post, pypi has 118,502 libraries. Most modules, if people use it, will be in pypi, if not then it usually either means 1) its too new and will be in pypi at some point 2) its too old or outdated 3) no one uses it because there is a better maintained/known module to handle the same thing in pypi.

Rarely you might find some module outside of pypi that just happens to do what you want it to do and is not in pypi. The problem is it is usually outdated and not developed anymore. That sometimes might not effect anything, but sometimes can cause a lot of headaches in trying to get it to work.

In this case "Juce" is not in pypi and has has 2 commits from 1 user 3 years ago. Then nothing. I have never heard of it. I dont know if anyone else here has. The readme is crappy and has practically no info to help. Based on this i usually steer clear of things like that. I have no idea what Juce is, but my feeling is there must be some other module that handles the same need in python that Juce does in C++.
Recommended Tutorials:
Reply


Messages In This Thread
RE: (beginner) How Can I Install and Use This Module? - by metulburr - Oct-04-2017, 04:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Install a module to a specific to Python Installation (one of many)) tester_V 2 1,913 Oct-29-2024, 03:25 PM
Last Post: snippsat
  SOLVED: Install mailer module in Python 3.11.2? Calab 3 2,178 Jul-03-2024, 02:03 PM
Last Post: Calab
  Can't install nor import delorean module Tek 3 4,155 Oct-27-2021, 03:32 AM
Last Post: Tek
  Unable to install module rrowhe4d 1 2,921 Oct-13-2020, 10:20 AM
Last Post: Larz60+
  trying to pip install stasm module getting error djf123 3 5,422 Jul-26-2020, 05:00 AM
Last Post: millpond
  Install thresding module kalvarix 2 2,901 May-04-2020, 03:25 PM
Last Post: kalvarix
  Install module with pip3 on a non root user matthewpintor2107 1 3,097 Apr-28-2020, 03:16 PM
Last Post: pyzyx3qwerty
  How do I install the dom.minidom module? Johno 3 8,893 Apr-17-2020, 09:46 PM
Last Post: Larz60+
  Install module without "pip" hjk6734 2 14,406 Apr-09-2020, 09:09 AM
Last Post: buran
  how to import a module which is installed to personal folder using pip install --pre? geekgeek 2 3,228 Mar-09-2020, 02:38 PM
Last Post: geekgeek

Forum Jump:

User Panel Messages

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