-
Notifications
You must be signed in to change notification settings - Fork 32
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
Bug: no module found ustore.ucset #383
Comments
@Amrosx sorry it's a but cumbersome, we are refactoring the builds to get back to regular releases, and there is some version mismatch there. Are other backends also unavailable? Have you tried ukv.ucset? Any advice, @davvard and @DarvinHarutyunyan? |
To determine the problem, we need answers to the above questions. But there are problems related to the use of 'ukv' and 'ustore' python packages. For example, if you install both packages and then uninstall 'ustore', in special cases the components of the 'ukv' package may also be deleted. |
@DarvinHarutyunyan may I know in which version of python is working with ukv fine?
|
'ukv' works fine with python version 3.7, 3.8, 3.9 and 3.10. the stable version of 'ukv' is its latest version of python package. |
@Amrosx pip install ukv import ustore.ucset as ustore "ucset" is not a module to import, it's a part of ustore. |
Describe the bug
I am trying to run Ustore but unfortunately there is no clear docs
I got problem with ucset is not defined
Steps to reproduce
I tried to do cmake but also it doesn't work
Expected behavior
python3.8
ustore in /home/user/.local/lib/python3.8/site-packages (1.7.5)
pyaes in /home/user/.local/lib/python3.8/site-packages (from ustore) (1.6.1)
UStore version
1.6.1
Operating System
ubuntu 20
Hardware architecture
x86
Are you using an embedded version?
Which interface are you using?
Native C interface
Which engine are you using?
UCSet
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: