Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Errno 2] No such file or directory: '../win32/Release/tre.dll' #69

Open
garydlester opened this issue Apr 3, 2019 · 0 comments
Open

Comments

@garydlester
Copy link

garydlester commented Apr 3, 2019

I am trying to install tre via pip on Python 2.7 in Windows 10 here is error I get. I look I cannot find tre.dll

C:\Windows\system32>pip install tre
Collecting tre
  Using cached https://files.pythonhosted.org/packages/ca/2b/7ebd818b9c8793866c305ecd7390f2efde10ea70b01021657aabf42bda9b/tre-0.8.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\LARRYD~1\AppData\Local\Temp\pip-install-f3q667u9\tre\setup.py", line 21, in <module>
        shutil.copy("../win32/Release/tre.dll", ".")
      File "c:\program files\arcgis\pro\bin\python\envs\arcgispro-py3\lib\shutil.py", line 241, in copy
        copyfile(src, dst, follow_symlinks=follow_symlinks)
      File "c:\program files\arcgis\pro\bin\python\envs\arcgispro-py3\lib\shutil.py", line 120, in copyfile
        with open(src, 'rb') as fsrc:
    FileNotFoundError: [Errno 2] No such file or directory: '../win32/Release/tre.dll'
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\LARRYD~1\AppData\Local\Temp\pip-install-f3q667u9\tre\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant