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
Describe the bug
Hello,
I'm trying to install omegaconf from sources on a cluster without internet access. When I run the installation, I get the following message: error: can't copy 'omegaconf.egg-info/PKG-INFO': doesn't exist or not a regular file.
I'm wondering if I should change something in the setup.py file.
Describe the bug
Hello,
I'm trying to install omegaconf from sources on a cluster without internet access. When I run the installation, I get the following message:
error: can't copy 'omegaconf.egg-info/PKG-INFO': doesn't exist or not a regular file
.I'm wondering if I should change something in the
setup.py
file.Note: I'm not a root user.
To Reproduce
Download the sources (https://pypi.org/project/omegaconf/#files), extract files then run
python3 setup.py install --prefix=$PREFIX
Thanks for your help.
The text was updated successfully, but these errors were encountered: