-
Notifications
You must be signed in to change notification settings - Fork 7
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
Installation issue #1
Comments
Hi @ulmitov Pystorcli2 uses the same (at least for now) module-compatibility with pystorcli. I don't know how # python -m venv --system-site-packages .env
# source .env/bin/activate
(.env) # pip install pystorcli2
Requirement already satisfied: pystorcli2 in /usr/local/lib/python3.10/dist-packages (0.5.0)
(.env) # python
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pystorcli2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pystorcli2'
>>> import pystorcli
>>> pystorcli.Controllers()
<pystorcli.controller.Controllers object at 0x7fce22c7bb50> Nonetheless I will keep this issue open, to create a submodule pystorcli2 in the future that fixes this |
ralequi
added a commit
that referenced
this issue
Feb 15, 2023
Done on develop |
ralequi
pushed a commit
that referenced
this issue
May 28, 2024
Add support to disable jbod mode for controller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: