OpenSourceRisk / ORE-SWIG

Other
49 stars 46 forks source link

Can't install on python3.6 & on pip #13

Open bachhani opened 3 years ago

bachhani commented 3 years ago

Hi guys, I've tried to install the python binding using both the manual process and on pip and i keep getting the following error message:

File "C:\Users\xxx\AppData\Local\Temp\pip-install-v4hl15ek\QuantExt-Python\setup.py", line 252, in <module> encoding='utf8').read(), File "D:\WinPrograms\WinPython\WPy64-3680\python-3.6.8.amd64\lib\codecs.py", line 897, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: '../../LICENSE.TXT'

lowlyocean commented 2 years ago

I'm also seeing this issue. Apparently this step in the README instructions cannot succeed.