Skip to content

Installation problem with binarytree #4

@mgennaro

Description

@mgennaro

When trying to install sdf by runnning pip install -e I get the following:

Obtaining file:///user/gennaro/ISPY/sdf_myfork
Requirement already satisfied: astropy>=v2.0.0 in /Users/gennaro/anaconda3/envs/astroconda/lib/python3.5/site-packages (from sdf==0.1) (3.0.4)
ERROR: Could not find a version that satisfies the requirement binarytree==v2.0.1 (from sdf==0.1) (from versions: 3.0.1, 4.0.0, 4.1.0, 5.0.0, 5.1.0)
ERROR: No matching distribution found for binarytree==v2.0.1 (from sdf==0.1)

I am fixing it locally by editing the setup.py file with:

install_requires = [ ....,'binarytree >= v2.0.1',... ]

My system currently has v5.0.1.

The install works, but I cannot guarantee that things won't break down downstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions