-
Notifications
You must be signed in to change notification settings - Fork 50
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
Comments
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. |
This doesn't appear to be fixed in the Anaconda Cloud linux-64 channel.
|
Thanks, Bryan. Seems I need to create a package from the clean machine with
no previous python-javabridge or javabridge installation. In the mean time,
could you instead install it from the source code?
Kong
…On Fri, Jun 16, 2017 at 3:05 PM, Barry Moore ***@***.***> wrote:
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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEb82sHAtr34e1epaTVE2zuhJM3pkdCfks5sEtHtgaJpZM4NgzFL>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Close matches found; did you mean one of these?
The text was updated successfully, but these errors were encountered: