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

Trouble installing on windows #21

Open
ollied-xx opened this issue Sep 29, 2020 · 1 comment
Open

Trouble installing on windows #21

ollied-xx opened this issue Sep 29, 2020 · 1 comment
Labels
windows Windows operating system issues

Comments

@ollied-xx
Copy link

Hi there,

I am trying to run through getting usdmanager up and running on windows 10. I have gone through the steps here.
https://github.com/dreamworksanimation/usdmanager/blob/master/docs/installation.md#windows

All seemed to go well to the last point of launching the app (step 7), ie no errors on setup etc. When I try and run the command, I get the following error.

E:\gitHub\usdmanager\usdmanager>python C:\Python27\Scripts\usdmanager Traceback (most recent call last): File "C:\Python27\Scripts\usdmanager", line 4, in <module> __import__('pkg_resources').run_script('usdmanager==0.10.0', 'usdmanager') File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 1453, in run_script .format(**locals()), pkg_resources.ResolutionError: Script 'scripts/usdmanager' not found in metadata at 'e:\\github\\usdmanager\\usdmanager\\usdmanager.egg-info'

As a side note, I have USD 20.05 installed and working.

@mds-dwa mds-dwa added the windows Windows operating system issues label Aug 4, 2021
@Ryan-Roberts-Unity
Copy link

Try running usdmanager from within your Python's script directory.

I too see this error (Win11 with Python 3.7.4) when trying to run it in a directory outside of the Python environment.

c:\bin\usdmanager-0.15.0>python c:\Python374\Scripts\usdmanager
Traceback (most recent call last):
  File "c:\Python374\Scripts\usdmanager", line 4, in <module>
    __import__('pkg_resources').run_script('usdmanager==0.15.0', 'usdmanager')
  File "c:\python374\lib\site-packages\pkg_resources\__init__.py", line 666, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "c:\python374\lib\site-packages\pkg_resources\__init__.py", line 1437, in run_script
    .format(**locals()),
pkg_resources.ResolutionError: Script 'scripts/usdmanager' not found in metadata at 'c:\\bin\\usdmanager-0.15.0\\usdmanager.egg-info'

The forward slash seen in "scripts/usdmanager" is notable as Windows uses backslashes so my guess is there's a pathing bug somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Windows operating system issues
Projects
None yet
Development

No branches or pull requests

3 participants