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

Can't install python-api in virtual environment #192

Open
virtualengineer opened this issue Apr 15, 2019 · 2 comments
Open

Can't install python-api in virtual environment #192

virtualengineer opened this issue Apr 15, 2019 · 2 comments

Comments

@virtualengineer
Copy link

I am using a python virtual environment.

I am using pip to install python-api from git:
pip install git+https://github.com/shotgunsoftware/python-api.git
....
Collecting shotgun_api3 from git+https://github.com/shotgunsoftware/python-api.git#egg=shotgun_api3
Cloning https://github.com/shotgunsoftware/python-api.git to c:\users\abcxyz\appdata\local\temp\pip-install-klwu73\shotgun-api3
Building wheels for collected packages: shotgun-api3
Building wheel for shotgun-api3 (setup.py) ... done
etc ....

The install fails with the following error:
Could not install packages due to an EnvironmentError: [Error 2] The system cannot find the file specified: 'c:\users\abcxyz\appdata\local\temp\pip-install-klwu73\shotgun-api3\tests\Noel.jpg'

When I check the directory for the Noel.jpg, I notice that the file isn't spelled Noel.jpg.
Instead it is spelled Noël.jpg . With an <ë>.
Thus, the path for \Noel.jpg fails.

Please fix this, so that I can install it into my python virtual environment.

@takavfx
Copy link

takavfx commented May 14, 2019

Same problem happens in our environment.

@takahashi-stu
Copy link

#191

I fixed it.

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

3 participants