Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7862797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:17:10+00:00 2026-06-02T23:17:10+00:00

(1) I have to install one python package (HTSeq) but i dont have root

  • 0

(1) I have to install one python package (HTSeq) but i dont have root privileges.

The package need python 2.4 or latest version. We have python 2.3 on our cluster.

Thus I installed python 2.7 on my one local directory
using

./configure --prefix=/home/amit/tools/localpython 
make 
make install

(2) The package also requires numpy : so I also installed it on my local directory using:

/home/amit/tools/localpython/bin/python2.7 setup.py install --home=/home/amit/tools/localnumpy 

and done

>>> sys.path.append("/home/amit/tools/localnumpy/lib/")

(3) I downloaded the tar file of HTSeq (Which i want to download) and run

/home/amit/tools/localpython/bin/python2.7 setup.py install --home=/home/amit/tools/localhtseq

it is throwing following error:

Could not import 'setuptools',
falling back to 'distutils'.
Setup script for HTSeq: Failed to import 'numpy'.
Please install numpy and then try again to install HTSeq.

Kindly provide me some hint on how to get over it

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T23:17:11+00:00Added an answer on June 2, 2026 at 11:17 pm

    Setuptools is another requirement which you need to install that package.

    One option is to use virtualenv to create a contained python environment. This can be made everywhere and is owned by the user who creates it.

    To install virtualenv without admin rights (from this answer):

    Download tar.gz of the latest version of virtualenv.
    Unpack it.
    You don’t even need to install it, just run virtualenv.py, for example:

    wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.7.1.2.tar.gz
    tar -xzf virtualenv-1.7.1.2.tar.gz
    /home/amit/tools/localpython/bin/python2.7 virtualenv-1.7.1.2/virtualenv.py env
    
    env/bin/pip install HTSeq
    env/bin/pip install numpy
    

    Now run your script using the python binary in the virtual environment:

    env/bin/python myscript.py
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to install virtual-python on linux server which I don't have root access.
I need to use python on a big server where I don't have root
Pulling my hair out over this one. I have one wordpress install at /2009
I have a single Magento install running two different websites. One sells ebooks and
I have Wix 3.5, WixUI_Mondo dialogs and only one Feature to install. The Installer
We have a common python installation for all of our systems in order to
I have to use a very outdated version of python (2.4) at work, so
I need to install on one of my Windows PC's some software that will
I am trying include a python package (NLTK) with a Hadoop streaming job, but
I have been trying to use Eclipse 3.6 as a Python editor. I install

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.