Just finished installing the python3 package and than i ran
/volume1/@appstore/python3/bin/python3 -m venv /volume1/homeassistant/venv-hass
I get the following errors. Help please
Ps i only need to install this python3 version right i uninstalled the DSM store one
/volume1/@appstore/python3/bin/python3 -m venv /volume1/homeassistant/venv-hass
Failed to import the site module
Traceback (most recent call last):
File "/volume1/@appstore/python3/lib/python3.6/site.py", line 553, in <module>
main()
File "/volume1/@appstore/python3/lib/python3.6/site.py", line 539, in main
known_paths = addusersitepackages(known_paths)
File "/volume1/@appstore/python3/lib/python3.6/site.py", line 282, in addusersitepackages
user_site = getusersitepackages()
File "/volume1/@appstore/python3/lib/python3.6/site.py", line 258, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/volume1/@appstore/python3/lib/python3.6/site.py", line 248, in getuserbase
USER_BASE = get_config_var('userbase')
File "/volume1/@appstore/python3/lib/python3.6/sysconfig.py", line 601, in get_config_var
return get_config_vars().get(name)
File "/volume1/@appstore/python3/lib/python3.6/sysconfig.py", line 550, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/volume1/@appstore/python3/lib/python3.6/sysconfig.py", line 421, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
ModuleNotFoundError: No module named '_sysconfigdata_m_linux_arm-linux-gnueabi'
Rebuild the py package and noticeed some fails
Stripping bin/busybox... ok
Stripping bin/bzip2... ok
Stripping bin/bzip2recover... ok
Stripping bin/captoinfo... ok
Stripping bin/clear... ok
Stripping bin/curl... ok
Stripping bin/dumpsexp... ok
Stripping bin/easy_install*... failed!
Stripping bin/gpg-error... ok
Stripping bin/hmac256... ok
Stripping bin/idle3.6... failed!
Stripping bin/infocmp... ok
Stripping bin/infotocap... ok
Stripping bin/lzmadec... ok
Stripping bin/lzmainfo... ok
Stripping bin/mpicalc... ok
Stripping bin/openssl... ok
Stripping bin/pip*... failed!
Stripping bin/pydoc3.6... failed!
Stripping bin/python3.6... ok
Stripping bin/python3.6m... ok
Stripping bin/pyvenv-3.6... failed!
Stripping bin/reset... ok
Stripping bin/speexdec... ok
Stripping bin/speexenc... ok
Stripping bin/sqlite3... ok
Stripping bin/tabs... ok
Stripping bin/tic... ok
Stripping bin/toe... ok
Stripping bin/tput... ok
Stripping bin/tset... ok
Stripping bin/wheel... failed!
Any help would be much appreciated
Update to help people from going nuts. I got the above fixed by using the below spksprc to install on my nass. Be sure to :
- choose the right spk accoording to your NAS model
- Still have to make the Wheel files so follow chickenporn guide for that
- For some reason the whl files created for me were named xxx.36 instead of xxx.35 i had to change the script abit for this (7zp command and installing on the NAS)
Hope it helps
Below file is a python package you can install on your nas
https://github.com/smaarn/spksrc/releases/tag/python-3.6.8-11
didnt work either
wel didnt succeed anywhere. I noticed while buidling the docker we are useing the command arch=amd64 should this be change too arch=arm64.
I tried arm-64 but docker-ce wont install lol. Im just looking for a stable version to run anyone ?