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?
#1
hiya. so pretty much i'm interested in using this module named "RenderMan" from github for a project, but i'm not sure how to install it into python? I know this my seem like a stupid question but I'm a complete beginner and have no idea what i'm doing and frankly its making me a little frustrated haha. i get that i have to download it but what do i do with it from there? here's the link to it

https://github.com/fedden/RenderMan

also btw im using python version 3.6 and a windows 10 computer

thanks!
Reply
#2
From the link you provided:

Quote:Windows

Windows isn't ready yet, but is in my to-do list. Patches, errors and notes are very welcome here!
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
According to the Readme file it does not support Windows yet
Quote:Windows
Windows isn't ready yet, but is in my to-do list. Patches, errors and notes are very welcome here!
Reply
#4
(Oct-04-2017, 12:57 PM)buran Wrote: According to the Readme file it does not support Windows yet
Quote:Windows
Windows isn't ready yet, but is in my to-do list. Patches, errors and notes are very welcome here!

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
Reply
#5
(Oct-04-2017, 12:49 PM)reggiearthur Wrote: I'm a complete beginner and have no idea what i'm doing

Then you should be learning the basics of Python (including the use of 'pip') and leave 3rd party libraries for later. If you really must get way ahead of yourself, we have a tutorial here: https://python-forum.io/Thread-Install-a...y-manually
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't install nor import delorean module Tek 3 2,795 Oct-27-2021, 03:32 AM
Last Post: Tek
  Unable to install module rrowhe4d 1 2,277 Oct-13-2020, 10:20 AM
Last Post: Larz60+
  trying to pip install stasm module getting error djf123 3 4,492 Jul-26-2020, 05:00 AM
Last Post: millpond
  Install thresding module kalvarix 2 2,182 May-04-2020, 03:25 PM
Last Post: kalvarix
  Install module with pip3 on a non root user matthewpintor2107 1 2,396 Apr-28-2020, 03:16 PM
Last Post: pyzyx3qwerty
  How do I install the dom.minidom module? Johno 3 7,094 Apr-17-2020, 09:46 PM
Last Post: Larz60+
  Install module without "pip" hjk6734 2 10,986 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 2,415 Mar-09-2020, 02:38 PM
Last Post: geekgeek
  Can a module be executed even if the computer running it does not install it? CFYB 5 3,403 Feb-08-2020, 01:56 PM
Last Post: snippsat
  Cannot pip install py-xml module kump 3 6,995 Jul-23-2019, 02:42 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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