lneuhaus / pyrpl

pyrpl turns your RedPitaya into a powerful DSP device, especially suitable as a lockbox in quantum optics experiments.
http://lneuhaus.github.io/pyrpl/
MIT License
139 stars 109 forks source link

Cannot seem to launch pyrpl-windows-develop.exe? #346

Closed ttuibk closed 6 years ago

ttuibk commented 6 years ago

Windows 10 (64bit). Downloaded today. Error message below. pyrpl-windows.exe works just fine.

Traceback (most recent call last): File "site-packages\pandas__init.py", line 26, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "site-packages\pandas_libs\init__.py", line 4, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 714, in load_module File "pandas/_libs/tslibs/conversion.pxd", line 11, in init pandas._libs.tslib File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 714, in load_module File "pandas/_libs/tslibs/conversion.pyx", line 1, in init pandas._libs.tslibs.conversion ImportError: No module named 'pandas._libs.tslibs.np_datetime'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "pyrpl__main.py", line 10, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\init.py", line 66, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\redpitaya.py", line 19, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\redpitaya_client.py", line 29, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\hardware_modules\init.py", line 23, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\hardware_modules\dsp.py", line 2, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\attributes.py", line 20, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\widgets\attribute_widgets.py", line 13, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "pyrpl\curvedb.py", line 31, in File "c:\projects\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module File "site-packages\pandas\init__.py", line 35, in ImportError: C extension: No module named 'pandas._libs.tslibs.np_datetime' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "pyrpl__main.py", line 12, in ImportError: attempted relative import with no known parent package [12512] Failed to execute script main__

lneuhaus commented 6 years ago

Hi, what would you like to do with the develop version? The fact that there is a develop.exe at all is only for testing reasons (i.e. to see whether something in the automatic binary file creation workflow is broken without taking down a previous working version (aka pyrpl-windows.exe).

ttuibk commented 6 years ago

Ok sorry thanks. I was just trying to check if differentiators were making it into the PID module or not. I've tried "additional modules" in the lockbox module but cannot get it to work yet.