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
Hi! I am running Ubuntu 14.04 on a Windows 10 Bash shell. When I try to install pyRSD for Python 3.6, I am not able to build the wheel. I do not have conda, so I have been using two different methods:
When I use the method you suggested in your installation guide on the documentation (downloading the source via GitHub, then using "python3.6 -m pip install ." inside the cloned directory), I fail to build the wheel, receiving the errors:
Of note, I also found earlier in the output that several files were not found by the installation routine; I searched within the source code myself and was also unable to find them:
warning: no files found matching 'pyRSD/gcl_wrap.cpp'
warning: no files found matching 'pyRSD/gcl.py'
warning: no files found matching 'depends/class-v2.6.1.tar.gz'
I have tried all of the common fixes (updating pip, setuptools, python3.6-dev, etc.) to no avail. I am not sure what the issue may be, as I have been unable to find the exact location within the source code of the command that fails to provide context.
If it would be of benefit, I can attach my full error files. If there is any other information I can provide, please let me know. Thank you!
EDIT: Edited for clarity
The text was updated successfully, but these errors were encountered:
Hi! I am running Ubuntu 14.04 on a Windows 10 Bash shell. When I try to install pyRSD for Python 3.6, I am not able to build the wheel. I do not have conda, so I have been using two different methods:
Of note, I also found earlier in the output that several files were not found by the installation routine; I searched within the source code myself and was also unable to find them:
I have tried all of the common fixes (updating pip, setuptools, python3.6-dev, etc.) to no avail. I am not sure what the issue may be, as I have been unable to find the exact location within the source code of the command that fails to provide context.
If it would be of benefit, I can attach my full error files. If there is any other information I can provide, please let me know. Thank you!
EDIT: Edited for clarity
The text was updated successfully, but these errors were encountered: