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