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

pickle on python3 issue #14

Closed
lucasduffey opened this issue Apr 21, 2017 · 1 comment
Closed

pickle on python3 issue #14

lucasduffey opened this issue Apr 21, 2017 · 1 comment

Comments

@lucasduffey
Copy link
Contributor

lucasduffey commented Apr 21, 2017

making an issue for feedback, rather than contributing a commit because I'm not 100% this problem is experienced by anyone else.

getting an issue with cPickle not existing in python3. cPickle IS NOT a package you can installl. My patch is below.

# line: https://github.com/nccgroup/umap2/blob/master/umap2/apps/vsscan.py#L45

import six.moves.cPickle as cPickle
#import cPickle
@BinyaminSharet
Copy link
Collaborator

Please add this change to pull request #16 (and see my comments there as well)

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

2 participants