-
Notifications
You must be signed in to change notification settings - Fork 28
Description
I tested on several computers but new version 25 can not be run?
S_mar20_test_pyarc.py", line 1, in
from pyarc import CBA, TransactionDB
File "C:\Users\User\Anaconda3\Lib\site-packages\pyarc_init_.py", line 10, in
from .cba import CBA
builtins.ModuleNotFoundError: No module named 'pyarc.cba'
when installation done correctly
D:>pip install pyarc
Collecting pyarc
Downloading https://files.pythonhosted.org/packages/7d/15/e13185f3d2b2f1b14872e1bb3f3c0072ba9b0344a10336fb9a34ba36e513/pyarc-1.0.25-py2.py3-none-any.whl
Requirement already satisfied: pandas in c:\users\user\anaconda3\lib\site-packages (from pyarc) (0.24.2)
Requirement already satisfied: numpy in c:\users\user\anaconda3\lib\site-packages (from pyarc) (1.16.2)
Collecting sklearn (from pyarc)
Downloading https://files.pythonhosted.org/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz
Requirement already satisfied: python-dateutil>=2.5.0 in c:\users\user\anaconda3\lib\site-packages (from pandas->pyarc) (2.8.0)
Requirement already satisfied: pytz>=2011k in c:\users\user\anaconda3\lib\site-packages (from pandas->pyarc) (2018.9)
Requirement already satisfied: scikit-learn in c:\users\user\anaconda3\lib\site-packages (from sklearn->pyarc) (0.20.3)
Requirement already satisfied: six>=1.5 in c:\users\user\anaconda3\lib\site-packages (from python-dateutil>=2.5.0->pandas->pyarc) (1.12.0)
Requirement already satisfied: scipy>=0.13.3 in c:\users\user\anaconda3\lib\site-packages (from scikit-learn->sklearn->pyarc) (1.2.1)
Building wheels for collected packages: sklearn
Building wheel for sklearn (setup.py) ... done
Stored in directory: C:\Users\User\AppData\Local\pip\Cache\wheels\76\03\bb\589d421d27431bcd2c6da284d5f2286c8e3b2ea3cf1594c074
Successfully built sklearn
Installing collected packages: sklearn, pyarc
Successfully installed pyarc-1.0.25 sklearn-0.0