-
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
Libsmu for python 3.8 in Win 10 OS #192
Comments
The conda package should support 3.8 |
I use Python pip package and not conda package. |
@damercer mentioned in EZ that python 3.8 bindings of libsmu exist in his Win 10 computer. But the same is not available on the libsmu Win installer. I am using the Python 3.8 environment from the python.org and not the Anaconda version. |
I installed the Python 3.8 bindings manually. I don't recall the exact steps but it was more or less copying the pysmu source files into site-packages and running the setup.py installer. Or something like that. |
Hi, We need to work on some updates for our continuous integration builds. After the updates, there will be wheel packages provided for multiple Python versions (can be installed using pip). The easiest method right now is to use the Conda packages, as mentioned above. This will install both the libsmu library and the Python bindings in a separate Python environment. (https://anaconda.org/conda-forge/libsmu) Thank you! |
Hi Alexandra, |
Hi, In the last weeks we worked on improving the build setup for libsmu and pysmu since it was a bit outdated. This one does not include the Python bindings in the official release, so you just download the libsmu setup file and install the base library + the smu command line utility. Thank you! |
Is there a libsmu package for ADALM1K in Python 3.8 in Win 10 OS?
Reason is libm2k for ADALM2K is available in python 3.8.
The text was updated successfully, but these errors were encountered: