-
Notifications
You must be signed in to change notification settings - Fork 117
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
conda don't find lsfm #4
Comments
Hi,
I installing it on the Windows.I have the same problems with you.
I prepared the menpo firstly,Then download the source package of lsfm and open the folder, do the command
python setup.py install
So done
At 2017-02-28 00:00:58, "Cram13" <notifications@github.com> wrote:
Hi,
I have an problem during installing with conda
if I do the given command
conda create -n lsfm -c menpo python=3.5 lsfm
the error occure:
PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels:
lsfm
You can search for packages on anaconda.org with
anaconda search -t conda lsfm
but if I search it with:
anaconda search -t conda lsfm
it is shown:
Using Anaconda API: https://api.anaconda.org
Run 'anaconda show <USER/PACKAGE>' to get more details:
Packages:
Name | Version | Package Types | Platforms
------------------------- | ------ | --------------- | ---------------
menpo/lsfm | | conda | linux-64, win-32, win-64, osx-64
Found 1 packages
I hope you can help me with that error.
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@Cram13 @adhereyuyu so sorry, the conda packages for lsfm were not uploaded to the correct channels. I'll rectify this in the next day or two and let you know on here when it's ready. |
@Cram13 @adhereyuyu the issue should now be resolved, and I've confirmed it has been on linux. Will close once I've seen confirmation that the issue is resolved for win/mac too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have an problem during installing with conda
if I do the given command
conda create -n lsfm -c menpo python=3.5 lsfm
the error occure:
PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels:
You can search for packages on anaconda.org with
anaconda search -t conda lsfm
but if I search it with:
anaconda search -t conda lsfm
it is shown:
Using Anaconda API: https://api.anaconda.org
Run 'anaconda show <USER/PACKAGE>' to get more details:
Packages:
Name | Version | Package Types | Platforms
------------------------- | ------ | --------------- | ---------------
menpo/lsfm | | conda | linux-64, win-32, win-64, osx-64
Found 1 packages
I hope you can help me with that error.
Thanks.
The text was updated successfully, but these errors were encountered: