Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob
bob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bobbob
  • Issues
  • #242

Closed
Open
Opened May 04, 2017 by Amir MOHAMMADI@amohammadi
  • Report abuse
  • New issue
Report abuse New issue

Pip installations of Bob packages installs each package several times

In a clean environment without any bob package installed the pip install bob command will install each package several times which makes it impractical to install. While this was done to circumvent the problem described here: https://stackoverflow.com/questions/14665936/import-egg-functionality-during-setup-in-a-buildout I think this approach should have been avoided. a great example is Scipy which depends on Numpy during build. Looking at Scipy's setup.py I see that they have managed this pretty well: https://github.com/scipy/scipy/blob/master/setup.py

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: bob/bob#242