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 8060889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:08:50+00:00 2026-06-05T10:08:50+00:00

logs and more details are at: https://gist.github.com/2890621 stu@vervet ~ $ virtualenv –no-site-packages testingpip New

  • 0

logs and more details are at: https://gist.github.com/2890621

stu@vervet ~ $ virtualenv --no-site-packages testingpip
New python executable in testingpip/bin/python
Installing distribute......................done.
stu@vervet ~ $ source testingpip/bin/activate
stu@vervet ~ $ which pip
/home/stu/testingpip/bin/pip
stu@vervet ~ $ which python
/home/stu/testingpip/bin/python
stu@vervet ~ $ pip --log=piplog.log install numpy pil aptus
Downloading/unpacking numpy
...
...
...

ultimately the command fails because of the numpy dependency

but doing:

stu@vervet ~ $ pip install numpy
stu@vervet ~ $ pip install pil
stu@vervet ~ $ pip install aptus

works

  • 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-05T10:08:52+00:00Added an answer on June 5, 2026 at 10:08 am

    This is caused by this line in the Aptus setup.py file.

    You should report that as a bug with Aptus. If Aptus depends on numpy, it should add it to its list of dependencies, not throw an exception during installation.

    Aptus should be patched to something like this:

    install_requires = []
    
    try: import numpy
    except ImportError: install_requires.append('numpy')
    
    setup(
        ...
        install_requires=install_requires,
        ...
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm noticing this error more and more in my error logs. I've read through
when i navigate to my WCF svc page https://mywebstie.project.com/myproject/myuploadservice.svc , i hit the svc
I have the server logs for a months worth of traffic. Partial example below
When examining the event logs on my Tridion content management server, (I'm using the
I have a table (Logs) in which I keep logs of what happens on
While analyzing our crash logs I discovered that a fairly common crash is one
When a user logs in, here is my user function: public function login($user) {
The log4j logs I have contain timestamps in the following format: 2009-05-10 00:48:41,905 I
How critical are transaction logs after a full backup of a SQL2005 database? Example:
I can not get logs from some customers, can I use Google Urchin in

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.