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

Build process for python3.6 #6

Open
marcusvlc opened this issue Sep 3, 2019 · 1 comment
Open

Build process for python3.6 #6

marcusvlc opened this issue Sep 3, 2019 · 1 comment

Comments

@marcusvlc
Copy link
Contributor

How can I be doing this build process with python3.6? I installed python with the command sudo dnf install python36 and tried to change the following command below:

sed -i "s / 'armv7hnl', 'armv8hl' / 'armv7hnl', 'armv7hcnl', 'armv8hl' /" /usr/lib/python3.7/site-packages/dnf/rpm/__init__.py
alias dnf = 'dnf --releasever = 30 --forcearch = armv7hl --repo = fedora --repo = updates'

I tried changing from python3.7 to python3.6 and got a directory error not found. Never worked with fedora, could you tell me what's missing? Thanks for listening.

@nmilosev
Copy link
Owner

nmilosev commented Sep 9, 2019

DNF is for python 3.7, so your change is ok.

If you want to build pytorch for 3.6 just run python3.6 setup.py install instead of python3 setup.py install.

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

2 participants