You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install Bounter, I found some suspicious imports, like
frombounter_cmsc ...
frombounter_htc ...
This definitely should be "part" of bounter (not some external imports).
What happens
Probably, the problem with the place of files
In [1]: importbounter_cmscIn [2]: bounter_cmscOut[2]: <module'bounter_cmsc'from'/home/ivan/.virtualenvs/qqq/local/lib/python2.7/site-packages/bounter_cmsc.so'# should be in "site-packages/bounter/" folder, not in the "site-packages/"In [3]: importbounterIn [4]: bounterOut[4]: <module'bounter'from'/home/ivan/.virtualenvs/qqq/local/lib/python2.7/site-packages/bounter/__init__.pyc'># this is correct place
Can you comment this @isamaru?
Also, one more (unrelated) question - can Bounter work in "exact" mode (without any probabilistic stuff), like a classical hash-table?
The text was updated successfully, but these errors were encountered:
Intro
If I install
Bounter
, I found some suspicious imports, likeThis definitely should be "part" of bounter (not some external imports).
What happens
Probably, the problem with the place of files
Can you comment this @isamaru?
Also, one more (unrelated) question - can Bounter work in "exact" mode (without any probabilistic stuff), like a classical hash-table?
The text was updated successfully, but these errors were encountered: