Error Messages:
scons
scons: Reading SConscript files …
scons: done reading SConscript files.
scons: Building targets …
scons: * [SConstruct] ValueError : unsupported pickle protocol: 4
scons: building terminated because of errors.
The reason for this is probably that the python version is different.
You can find out. I am working on an awtk project. I run it on PC and copy it to Ubuntu. This is the reason for compilation.
Solution:
Delete the .sconsign.dblite file in the root directory of your project.
Read More:
- [Solved] Model training Error: _pickle.PicklingError: Can’t pickle
- [Solved] Can‘t pickle local object ‘_createenviron.<locals>.encodekey‘
- [Solved] TypeError: unsupported operand type(s) for /: ‘str‘ and ‘int‘
- Django WSGI protocol application, based on wsgiref module DIY a web framework
- There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)-skipping
- [Solved] PyInstaller Error: ValueError: too many values to unpack
- [Solved] lto1: fatal error: bytecode stream..generated with LTO version 6.2 instead of the expected 8.1 compi
- ROS generate_messages_cpp [Compiler error resolution]
- [Solved] supervisor Error: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
- [Solved] ValueError: Connection error, and we cannot find the requested files in the cached path…
- [Solved] Windows Python Upzip rar File Error: Cannot find working tool
- [Solved] mmdet install error: ERROR: Could not build wheels for pycocotools
- Linux create connection command ln -s soft connection
- NPM install Error: gyp ERR! stack Error: Could not find any Python installation to use
- [Solved] Arcpy: RuntimeError: ERROR 999998: Unexpected Error.
- [Solved] glove Error: RuntimeError: Vector for token b‘Strangeling‘ has 17 dimensions
- How to Solve Python AttributeError: ‘module’ object has no attribute ‘xxx’
- [Solved] Win10 Install pyav Error: ERROR: Failed building wheel for avFailed to build av. ERROR: Could not build wheel
- [Solved] Yocto Error: ERROR: Execution of event handler ‘sstate_eventhandler2‘ failed
- [Solved] Python Error: TypeError: write() argument must be str, not bytes