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

Win64 Dependencies Issue #14

Open
marpobuda opened this issue May 18, 2017 · 6 comments
Open

Win64 Dependencies Issue #14

marpobuda opened this issue May 18, 2017 · 6 comments

Comments

@marpobuda
Copy link

I am finding that missingno and rise are both incompatible with Windows 64 when I use the environment.yml to create my conda environment. Any recommendations?

image

@ericmjl
Copy link
Owner

ericmjl commented May 18, 2017

Hi @marpobuda! They will eventually get up on conda forge. For now, please go ahead and pip install just those two packages into the data testing environment, or use the virtual environment setup instructions.

@marpobuda
Copy link
Author

Unfortunately pip fails to work as well. I tried troubleshooting this issue for awhile last night but to no avail. I'll just try to pair up tomorrow and follow a long as best as I can with the environment I have.

@ericmjl
Copy link
Owner

ericmjl commented May 18, 2017

Okay, no problem. Missingno is only a small portion of the tutorial, so no worries about that. If you'd like to, I'm also happy to help with environment issues over lunch.

@raggnar
Copy link

raggnar commented May 18, 2017

I was able to make rise work but no missigno here are my steps for rise after cloning the repo:
'''
conda config add--channels damianavila82
conda env create -f environment.yml

'''
rise will be install but failed full installation as no 64 version of missingo

Description:

You need to use a channel that has a win-64 version. Use:

conda install -c damianavila82

The option -c or --channel allows to specify a channel. You can also add a channel permanently via:
'''
conda config --add channels damianavila82
conda env create -f environment.yml

'''
This creates a file .condarc in your home directory (on Windows C:\Users<username>):

channels:

  • damianavila82
  • defaults

You can modify this file manually. The order of the channels determines their precedence.

Note: Files with a leading . might not be displayed by certain file browsers. You might need to change settings to display these files accordingly.

You can find out if a package exits for your platform by searching on Anaconda.
url: https://anaconda.org/search?q=rise
Just type rise in the search field and you should see the available packages. Check the column "Platforms" it will shows if a "win-64" version exists.

Hope that help a bit

@ericmjl
Copy link
Owner

ericmjl commented May 18, 2017

@raggnar missingno is going to be more important than rise for the tutorial, so please pip install it rather than conda install it.

RISE is just a presentation plugin that I use, not essential for the tutorial, but included just in case tutorial participants want to view it as slides. I think I will remove them from the environment file.

I will update the environment file to reflect these two issues.

@marpobuda
Copy link
Author

The update works! :) Thank you!

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