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
I was able to successfully compile a .pyd file in build/lib/py_aff3ct*.pyd on MinGW but importing the bfer_rsc.py gives me the following error:
Traceback (most recent call last):
File "py_aff3ct\examples\full_python\bfer_rsc.py", line 5, in <module>
import py_aff3ct
ModuleNotFoundError: No module named 'py_aff3ct'
For aff3ct, I used a pre-built version from here since I don't plan on changing the source code and used the doxygen documentation and corresponding XMLs from the Linux build.
Hey I was wondering if there was a guide or handbook on how to install and use py_aff3ct on Windows? Thanks
The text was updated successfully, but these errors were encountered: