arcgis 10.5 bridge pyt file is seems broken

430
6
Jump to solution
02-15-2018 11:34 PM
saffeterdogan
New Contributor

arcgis 10.5 bridge pyt file is seems broken

0 Kudos
1 Solution

Accepted Solutions
ShaunWalbridge
Esri Regular Contributor

Thanks. Could you download the latest version of the installer (or git pull to update), and try again? I added a fix for this issue.

Cheers,

Shaun

View solution in original post

6 Replies
ShaunWalbridge
Esri Regular Contributor

Hello Saffet,

Could you elaborate on what isn't working? Is the installer not working, or you're unable to run the bridge once it's installed?

Thanks,
Shaun

0 Kudos
saffeterdogan
New Contributor

0 Kudos
ShaunWalbridge
Esri Regular Contributor

OK, thanks. Can you right click on the toolbox and select "Check Syntax", then copy the message that provides?

0 Kudos
saffeterdogan
New Contributor

Traceback (most recent call last):
File "<string>", line 8, in <module>
File "D:\SCRPT\r-bridge-install-master\rtools\__init__.py", line 17, in <module>
from .install_package import install_package
File "D:\SCRPT\r-bridge-install-master\rtools\install_package.py", line 45, in <module>
PACKAGE_VERSION = r_pkg_version()
File "D:\SCRPT\r-bridge-install-master\rtools\rpath.py", line 491, in r_pkg_version
r_package_path = r_pkg_path()
File "D:\SCRPT\r-bridge-install-master\rtools\rpath.py", line 466, in r_pkg_path
handle_fnf(error)
File "D:\SCRPT\r-bridge-install-master\rtools\rpath.py", line 57, in handle_fnf
log_exception(exception)
File "D:\SCRPT\r-bridge-install-master\rtools\rpath.py", line 72, in log_exception
log.debug("Exception generated: {}".format(str(err).decode(enc, 'ignore')))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xfd in position 34: ordinal not in range(128)

0 Kudos
ShaunWalbridge
Esri Regular Contributor

Thanks. Could you download the latest version of the installer (or git pull to update), and try again? I added a fix for this issue.

Cheers,

Shaun

saffeterdogan
New Contributor

Thanks a lot

0 Kudos