Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with anaconda installation #24

Open
bja43 opened this issue May 19, 2017 · 3 comments
Open

Issue with anaconda installation #24

bja43 opened this issue May 19, 2017 · 3 comments

Comments

@bja43
Copy link
Contributor

bja43 commented May 19, 2017

The anaconda install instructions did not work for me perhaps because python-javabridge is imported instead of javabridge. Here is what I ran (in quotes):

"~/ conda install -c https://conda.anaconda.org/chirayu pycausal"

and here is the output (in quotes):

"Fetching package metadata ...........
Solving package specifications:

PackageNotFoundError: Dependency missing in current linux-64 channels:

  • pycausal -> python-javabridge

Close matches found; did you mean one of these?

python-javabridge: javabridge"
@chirayukong
Copy link
Collaborator

Yep, they are the same thing. Used to be different names between one in conda and another in PyPI repo. I'll upate the README.md.

@chiroptical
Copy link

This doesn't appear to be fixed in the Anaconda Cloud linux-64 channel.

sh-4.4# conda install javabridge
Fetching package metadata .........
Solving package specifications: .

Package plan for installation in environment /usr/local/miniconda:

The following NEW packages will be INSTALLED:

    javabridge: 1.0.14-py27_0
    mkl:        2017.0.1-0   
    numpy:      1.13.0-py27_0

The following packages will be UPDATED:

    conda:      4.3.21-py27_0 --> 4.3.22-py27_0

Proceed ([y]/n)? 

mkl-2017.0.1-0 100% |##############################################################################################################| Time: 0:00:11  11.55 MB/s
numpy-1.13.0-p 100% |##############################################################################################################| Time: 0:00:00  11.68 MB/s
javabridge-1.0 100% |##############################################################################################################| Time: 0:00:00  11.26 MB/s
conda-4.3.22-p 100% |##############################################################################################################| Time: 0:00:00  11.84 MB/s
sh-4.4# conda install -c https://conda.anaconda.org/chirayu pycausal 
Fetching package metadata ...........
Solving package specifications: 

PackageNotFoundError: Dependency missing in current linux-64 channels: 
  - pycausal -> python-javabridge

Close matches found; did you mean one of these?

    python-javabridge: javabridge

@chirayukong
Copy link
Collaborator

chirayukong commented Jun 16, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants