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

OSError: [Errno 95] Operation not supported: 'lib' -> when installing on Network Drive and Linux #1914

Open
ginwakeup opened this issue Jan 30, 2025 · 1 comment
Labels

Comments

@ginwakeup
Copy link

ginwakeup commented Jan 30, 2025

Describe the bug here.

Environment

  • OS - Linux 20.04
  • Rez version 3.2.1

To Reproduce

  1. Run the install.py script on a Network Drive mounted using CIFS on a Linux Machine

Expected behavior
I am trying to setup an installation of Rez in a Network Drive location.

The Network Drive location contains

  • Windows
  • Linux

sub-directories.

In the Windows directory, I've installed Rez from source, using Python3.10.8 and Windows 10.
The virtualenv is created correctly and rez is installed.

When on Linux, the installation fails probably because the NDrive does not support symlinks.
virtualenv has an option to copy instead of using symlinks, I'd expect this to be available for use through Rez.

Actual behavior
The installation fails on virtualenv creation when on Linux and using a Network Drive.
OSError: [Errno 95] Operation not supported: 'lib' -> '/'

Regression
If applicable, state the last known rez version where the bug did not occur (delete this section if N/A).

@ginwakeup ginwakeup added the bug label Jan 30, 2025
@JeanChristopheMorinPerso
Copy link
Member

Interesting finding. Thanks for reporting it!

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

No branches or pull requests

2 participants