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
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\
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: