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
Running the PhotonFileMerger.py from Anaconda prompt on Win 10 x64.
RLE module not found. When I changed the compiled RLE dll file name to RLE.pyd there is a dll import error.
The text was updated successfully, but these errors were encountered:
Just solved this by running python compileRLE.py build_ext --inplace, which compiles the dll. It looks like you'll need Microsoft Visual C++ 2017 installed too.
Running the PhotonFileMerger.py from Anaconda prompt on Win 10 x64.
RLE module not found. When I changed the compiled RLE dll file name to RLE.pyd there is a dll import error.
The text was updated successfully, but these errors were encountered: