-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
I am encountering a problem during the installation/usage of the ScienceMode 4 wrapper on Windows.
Indeed, I created a new Anaconda environment and I am using Python with version 3.9.
First, I downloaded and unzipped the library ScienceMode4_c_library, then copied and pasted this library into the Lib folder of my environment: [])

Next, I downloaded mingw 530_32 from Qt which is located here:

As well as the Visual studio compiler:

Then, I went to the path where the wrapper is located and specifically where the setup.py file is. I entered the command "python setup.py bdist_wheel --universal" and here are the errors I got:



When I run the code P24_example1, it thus gives me this error since the installation of the wheel was not completed :

So, I do not understand what is not working.
I hope you can assist me with resolving these issues, or guide me towards the necessary steps to ensure a successful installation and utilization of the ScienceMode 4 wrapper on Windows. Your assistance would be highly appreciated, and I look forward to your guidance. Thank you very much in advance
Additional information:
Python = 3.9 / cffi = 1.15.1 / pycparser = 2.21
Operating System: Windows 11
