computationalprivacy / CorrectMatch.jl

Source code for https://nature.com/articles/s41467-019-10933-3
GNU General Public License v3.0
17 stars 7 forks source link

module not found #1

Closed hasinaattaullah closed 4 years ago

hasinaattaullah commented 4 years ago

I need some information related to the CorrectMatch module which is in Julia. Will, it runs in windows as I have installed Julia and I have added CorrectMatch.jl module, but I cannot access it from python. I am using windows 10 with Anaconda (spyder) for python.

ModuleNotFoundError Traceback (most recent call last)

in ----> 1 import toounique 2 toounique.precompile() 3 4 import numpy as np 5 import pandas as pd ModuleNotFoundError: No module named 'toounique'
cynddl commented 4 years ago

Thanks! The module name has been fixed in https://github.com/computationalprivacy/pycorrectmatch/blob/master/demo/demonstration-notebook.ipynb

Can you follow the instructions at https://github.com/computationalprivacy/pycorrectmatch and let me know if it works now?

hasinaattaullah commented 4 years ago

Yes, it is solved now. Thank you