Code Monkey home page Code Monkey logo

pyroconductor's People

Contributors

dimenwarper avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

pyroconductor's Issues

Pyroconductor is not importable

Pyroconductor is not importable for some reason:

(scimitar) billylau@aji:~/pyroconductor$ python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to pyroconductor.egg-info/requires.txt
writing pyroconductor.egg-info/PKG-INFO
writing top-level names to pyroconductor.egg-info/top_level.txt
writing dependency_links to pyroconductor.egg-info/dependency_links.txt
reading manifest file 'pyroconductor.egg-info/SOURCES.txt'
writing manifest file 'pyroconductor.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
warning: install_lib: 'build/lib' does not exist -- no Python modules to install

creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying pyroconductor.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyroconductor.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyroconductor.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyroconductor.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyroconductor.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/pyroconductor-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing pyroconductor-0.1-py2.7.egg
Removing /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages/pyroconductor-0.1-py2.7.egg
Copying pyroconductor-0.1-py2.7.egg to /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
pyroconductor 0.1 is already the active version in easy-install.pth

Installed /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages/pyroconductor-0.1-py2.7.egg
Processing dependencies for pyroconductor==0.1
Searching for matplotlib==2.0.2
Best match: matplotlib 2.0.2
Adding matplotlib 2.0.2 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for pandas==0.20.2
Best match: pandas 0.20.2
Adding pandas 0.20.2 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for rpy2==2.8.6
Best match: rpy2 2.8.6
Adding rpy2 2.8.6 to easy-install.pth file

Using /home/billylau/.local/lib/python2.7/site-packages
Searching for scipy==0.19.1
Best match: scipy 0.19.1
Adding scipy 0.19.1 to easy-install.pth file

Using /home/billylau/.local/lib/python2.7/site-packages
Searching for numpy==1.13.1
Best match: numpy 1.13.1
Adding numpy 1.13.1 to easy-install.pth file

Using /home/billylau/.local/lib/python2.7/site-packages
Searching for python-dateutil==2.6.1
Best match: python-dateutil 2.6.1
Adding python-dateutil 2.6.1 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for subprocess32==3.2.7
Best match: subprocess32 3.2.7
Adding subprocess32 3.2.7 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for cycler==0.10.0
Best match: cycler 0.10.0
Adding cycler 0.10.0 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for six==1.10.0
Best match: six 1.10.0
Adding six 1.10.0 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for pytz==2017.2
Best match: pytz 2017.2
Adding pytz 2017.2 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for functools32==3.2.3.post2
Best match: functools32 3.2.3.post2
Adding functools32 3.2.3.post2 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for pyparsing==2.2.0
Best match: pyparsing 2.2.0
Adding pyparsing 2.2.0 to easy-install.pth file

Using /home/billylau/.conda/envs/scimitar/lib/python2.7/site-packages
Searching for singledispatch==3.4.0.3
Best match: singledispatch 3.4.0.3
Adding singledispatch 3.4.0.3 to easy-install.pth file

Using /home/billylau/.local/lib/python2.7/site-packages
Finished processing dependencies for pyroconductor==0.1
Installing some required R packages

Afterward,

(scimitar) billylau@aji:~/pyroconductor$ python
Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org

import pyroconductor

(scimitar) billylau@aji:/pyroconductor$ cd ..
(scimitar) billylau@aji:
$ python
Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org

import pyroconductor
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pyroconductor

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.