We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SCons import failed. Unable to find engine files in: /usr/local/bin/../engine /usr/local/bin/scons-local-3.0.1 /usr/local/bin/scons-local /usr/local/lib/scons-3.0.1 /usr/lib/scons-3.0.1 /usr/local/lib/scons-3.0.1 /usr/local/lib/python3.5/site-packages/scons-3.0.1 /usr/lib/python3.5/site-packages/scons-3.0.1 /usr/local/lib/python3.5/site-packages/scons-3.0.1 /usr/lib/scons-3.0.1 /usr/local/lib/scons /usr/lib/scons /usr/local/lib/scons /usr/local/lib/python3.5/site-packages/scons /usr/lib/python3.5/site-packages/scons /usr/local/lib/python3.5/site-packages/scons /usr/lib/scons Traceback (most recent call last): File "/usr/local/bin/scons", line 192, in <module> import SCons.Script ImportError: No module named 'SCons'
The text was updated successfully, but these errors were encountered:
You need to install python 3.6 and configuration the scons https://github.com/tcz717/peetcode#how-to-install
Sorry, something went wrong.
SCons import failed. Unable to find engine files in: /usr/local/bin/../engine /usr/local/bin/scons-local-3.0.1 /usr/local/bin/scons-local /usr/local/lib/scons-3.0.1 /usr/lib/scons-3.0.1 /usr/local/lib/scons-3.0.1 /usr/local/lib/python3.6/site-packages/scons-3.0.1 /usr/lib/python3.6/site-packages/scons-3.0.1 /usr/local/lib/python3.6/site-packages/scons-3.0.1 /usr/lib/scons-3.0.1 /usr/local/lib/scons /usr/lib/scons /usr/local/lib/scons /usr/local/lib/python3.6/site-packages/scons /usr/lib/python3.6/site-packages/scons /usr/local/lib/python3.6/site-packages/scons /usr/lib/scons Traceback (most recent call last): File "/usr/local/bin/scons", line 192, in <module> import SCons.Script ModuleNotFoundError: No module named 'SCons'
same problem
One temporary solution is to type export PYTHONPATH=/usr/local/lib/python3.6/dist-packages/scons-3.0.1 before using scons
export PYTHONPATH=/usr/local/lib/python3.6/dist-packages/scons-3.0.1
scons
No branches or pull requests
The text was updated successfully, but these errors were encountered: