Eigenstate / vmd-python

Installable VMD as a python module
Other
132 stars 25 forks source link

anaconda: package missing #1

Closed hainm closed 8 years ago

hainm commented 8 years ago

Hi,

I've been trying to install your package via conda but got below error. Any idea why? thanks.

$ conda install -c https://conda.anaconda.org/rbetz vmd-python
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ............
Solving package specifications: .
Error:  Package missing in current linux-64 channels:
  - vmd-python

Did you mean one of these?

    dynd-python, python, dnspython

You can search for this package on anaconda.org with

    anaconda search -t conda vmd-python
$ arch
x86_64
Eigenstate commented 8 years ago

Oops, the linux-64 package wasn't under my "main" label. Try again, and it should work.

hainm commented 8 years ago

thx. Hai.