Dear Developer of ALPS project and All,
I am a new user of ALPS package. I have installed the ALPS package via Conda with python2.7 environments. Although the package is successfully installed. But when I run the example file “tutorial-full.py” with spyder IDE integrated in anaconda, an error occurs, which says:
===================================================================
File "C:\Users\Anaconda3\envs\python2\lib\site-packages\pyalps\tools.py", line 285, in xslPath
return pyalps.pytools.search_xml_library_path("ALPS.xsl").replace(b'\0', '')
RuntimeError: Cannot find file ALPS.xsl, failed to find it at /lib/xml\ALPS.xsl====================================================================================It seems that I should set the environment variable ALPS_XML_DIR to the correct path. But could you please teach me how to set the environment variable ALPS_XML_DIR ? The "ALPS.xsl" file is located in "\Anaconda3\envs\python2\Library\lib\xml\".
Thanks very much!
Best regards
Tao LIU