-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi,
Run Install under Window 10. Got this error:
Successfully installed inp2rad-1.0 WARNING: There was an error checking the latest version of pip. The 'typing' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please remove this package (located in D:\python311\Lib\site-packages) using "D:\python311\python.exe" -m pip uninstall typing then try again. program_path: D:\python311\Scripts Traceback (most recent call last): File "D:\bjGitHub\Tools\input_converters\inp2rad\build\install.py", line 39, in <module> shutil.copy(file, program_path) File "D:\python311\Lib\shutil.py", line 419, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "D:\python311\Lib\shutil.py", line 256, in copyfile with open(src, 'rb') as fsrc: ^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'dist/inp2rad.exe'
Regards,
Cean