-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
- I read the conda-forge documentation and could not find the solution for my problem there.
Issue:
Try successfully building the PR conda-forge/staged-recipes#17192 on linux_64_centos7.
Traceback (most recent call last):
2021-12-07T13:46:01.2318775Z File "/home/conda/staged-recipes/build_artifacts/simplejson_1638884706860/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/wormhole", line 6, in <module>
2021-12-07T13:46:01.2320929Z from wormhole.cli.cli import wormhole
2021-12-07T13:46:01.2323820Z File "/home/conda/staged-recipes/build_artifacts/simplejson_1638884706860/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/wormhole/__init__.py", line 2, in <module>
2021-12-07T13:46:01.2325985Z from .wormhole import create, __version__
2021-12-07T13:46:01.2385819Z File "/home/conda/staged-recipes/build_artifacts/simplejson_1638884706860/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/wormhole/wormhole.py", line 11, in <module>
2021-12-07T13:46:01.2388202Z from ._boss import Boss
2021-12-07T13:46:01.2390766Z File "/home/conda/staged-recipes/build_artifacts/simplejson_1638884706860/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/wormhole/_boss.py", line 15, in <module>
2021-12-07T13:46:01.2392289Z from ._dilation.manager import Dilator
2021-12-07T13:46:01.2393829Z File "/home/conda/staged-recipes/build_artifacts/simplejson_1638884706860/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/wormhole/_dilation/manager.py", line 22, in <module>
2021-12-07T13:46:01.2395075Z from .._key import derive_key
2021-12-07T13:46:01.2396414Z File "/home/conda/staged-recipes/build_artifacts/simplejson_1638884706860/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/wormhole/_key.py", line 12, in <module>
2021-12-07T13:46:01.2397315Z from spake2 import SPAKE2_Symmetric
2021-12-07T13:46:01.2397885Z ModuleNotFoundError: No module named 'spake2'
solution is spake2 0.8 py_3 instead of spake2 0.8.
Environment (conda list):
Details
$ conda list
The following NEW packages will be INSTALLED:
_libgcc_mutex: 0.1-conda_forge conda-forge
2021-12-07T13:45:43.5152215Z _openmp_mutex: 4.5-1_gnu conda-forge
2021-12-07T13:45:43.5153088Z _sysroot_linux-64_curr_repodata_hack: 3-h5bd9786_13 conda-forge
2021-12-07T13:45:43.5154569Z appdirs: 1.4.4-pyh9f0ad1d_0 conda-forge
2021-12-07T13:45:43.5155347Z attrs: 21.2.0-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5156316Z autobahn: 21.11.1-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5157204Z automat: 20.2.0-py_0 conda-forge
2021-12-07T13:45:43.5158020Z bcrypt: 3.2.0-py310h6acc77f_2 conda-forge
2021-12-07T13:45:43.5158798Z bzip2: 1.0.8-h7f98852_4 conda-forge
2021-12-07T13:45:43.5159607Z ca-certificates: 2021.10.8-ha878542_0 conda-forge
2021-12-07T13:45:43.5160404Z cffi: 1.15.0-py310h0fdd8cc_0 conda-forge
2021-12-07T13:45:43.5161183Z click: 8.0.3-py310hff52083_1 conda-forge
2021-12-07T13:45:43.5161974Z colorama: 0.4.4-pyh9f0ad1d_0 conda-forge
2021-12-07T13:45:43.5162796Z constantly: 15.1.0-py_0 conda-forge
2021-12-07T13:45:43.5163871Z cryptography: 36.0.0-py310h685ca39_0 conda-forge
2021-12-07T13:45:43.5166868Z hkdf: 0.0.3-py_2 conda-forge
2021-12-07T13:45:43.5167818Z humanize: 3.13.1-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5168723Z hyperlink: 21.0.0-pyhd3deb0d_0 conda-forge
2021-12-07T13:45:43.5169430Z idna: 3.1-pyhd3deb0d_0 conda-forge
2021-12-07T13:45:43.5170352Z incremental: 21.3.0-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5171079Z kernel-headers_linux-64: 3.10.0-h4a8ded7_13 conda-forge
2021-12-07T13:45:43.5171794Z ld_impl_linux-64: 2.36.1-hea4e1c9_2 conda-forge
2021-12-07T13:45:43.5172516Z libffi: 3.4.2-h7f98852_5 conda-forge
2021-12-07T13:45:43.5173222Z libgcc-ng: 11.2.0-h1d223b6_11 conda-forge
2021-12-07T13:45:43.5173943Z libgomp: 11.2.0-h1d223b6_11 conda-forge
2021-12-07T13:45:43.5174853Z libnsl: 2.0.0-h7f98852_0 conda-forge
2021-12-07T13:45:43.5175640Z libsodium: 1.0.18-h36c2ea0_1 conda-forge
2021-12-07T13:45:43.5176439Z libuuid: 2.32.1-h7f98852_1000 conda-forge
2021-12-07T13:45:43.5177224Z libzlib: 1.2.11-h36c2ea0_1013 conda-forge
2021-12-07T13:45:43.5178020Z magic-wormhole: 0.12.0-pyh9f0ad1d_0 conda-forge
2021-12-07T13:45:43.5178824Z ncurses: 6.2-h58526e2_4 conda-forge
2021-12-07T13:45:43.5179604Z openssl: 1.1.1l-h7f98852_0 conda-forge
2021-12-07T13:45:43.5180391Z pip: 21.3.1-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5181163Z pyasn1: 0.4.8-py_0 conda-forge
2021-12-07T13:45:43.5181990Z pyasn1-modules: 0.2.7-py_0 conda-forge
2021-12-07T13:45:43.5182915Z pycparser: 2.21-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5183698Z pynacl: 1.4.0-py310h6acc77f_3 conda-forge
2021-12-07T13:45:43.5184489Z pyopenssl: 21.0.0-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5185278Z python: 3.10.0-h62f1059_3_cpython conda-forge
2021-12-07T13:45:43.5186074Z python_abi: 3.10-2_cp310 conda-forge
2021-12-07T13:45:43.5186871Z readline: 8.1-h46c0cb4_0 conda-forge
2021-12-07T13:45:43.5187653Z service_identity: 18.1.0-py_0 conda-forge
2021-12-07T13:45:43.5188453Z setuptools: 59.4.0-py310hff52083_0 conda-forge
2021-12-07T13:45:43.5189235Z six: 1.16.0-pyh6c4a22f_0 conda-forge
2021-12-07T13:45:43.5190024Z spake2: 0.8-0 conda-forge
2021-12-07T13:45:43.5190817Z sqlite: 3.37.0-h9cd32fc_0 conda-forge
2021-12-07T13:45:43.5191599Z sysroot_linux-64: 2.17-h4a8ded7_13 conda-forge
2021-12-07T13:45:43.5192400Z tk: 8.6.11-h27826a3_1 conda-forge
2021-12-07T13:45:43.5193278Z tqdm: 4.62.3-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5193994Z twisted: 21.7.0-py310h6acc77f_1 conda-forge
2021-12-07T13:45:43.5194706Z txaio: 21.2.1-pyhd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5195410Z typing-extensions: 4.0.1-hd8ed1ab_0 conda-forge
2021-12-07T13:45:43.5196361Z typing_extensions: 4.0.1-pyha770c72_0 conda-forge
2021-12-07T13:45:43.5197357Z tzdata: 2021e-he74cb21_0 conda-forge
2021-12-07T13:45:43.5198235Z wheel: 0.37.0-pyhd8ed1ab_1 conda-forge
2021-12-07T13:45:43.5199072Z xz: 5.2.5-h516909a_1 conda-forge
2021-12-07T13:45:43.5200043Z zlib: 1.2.11-h36c2ea0_1013 conda-forge
2021-12-07T13:45:43.5200907Z zope.interface: 5.4.0-py310h6acc77f_1 conda-forge
Details about
conda and system ( conda info ):
Details
$ conda info
active environment : base
2021-12-07T13:44:04.1702072Z active env location : /opt/conda
2021-12-07T13:44:04.1702499Z shell level : 1
2021-12-07T13:44:04.1702902Z user config file : /home/conda/.condarc
2021-12-07T13:44:04.1703356Z populated config files : /opt/conda/.condarc
2021-12-07T13:44:04.1703895Z /home/conda/.condarc
2021-12-07T13:44:04.1704303Z conda version : 4.11.0
2021-12-07T13:44:04.1705362Z conda-build version : 3.21.7
2021-12-07T13:44:04.1705799Z python version : 3.8.12.final.0
2021-12-07T13:44:04.1706278Z virtual packages : __linux=5.11.0=0
2021-12-07T13:44:04.1706684Z __glibc=2.17=0
2021-12-07T13:44:04.1707131Z __unix=0=0
2021-12-07T13:44:04.1707575Z __archspec=1=x86_64
2021-12-07T13:44:04.1707999Z base environment : /opt/conda (writable)
2021-12-07T13:44:04.1708439Z conda av data dir : /opt/conda/etc/conda
2021-12-07T13:44:04.1708995Z conda av metadata url : None
2021-12-07T13:44:04.1709738Z channel URLs : https://conda.anaconda.org/conda-forge/linux-64
2021-12-07T13:44:04.1710479Z https://conda.anaconda.org/conda-forge/noarch
2021-12-07T13:44:04.1711039Z package cache : /opt/conda/pkgs
2021-12-07T13:44:04.1711457Z /home/conda/.conda/pkgs
2021-12-07T13:44:04.1711929Z envs directories : /opt/conda/envs
2021-12-07T13:44:04.1712351Z /home/conda/.conda/envs
2021-12-07T13:44:04.1712969Z platform : linux-64
2021-12-07T13:44:04.1713818Z user-agent : conda/4.11.0 requests/2.26.0 CPython/3.8.12 Linux/5.11.0-1021-azure centos/7.9.2009 glibc/2.17
2021-12-07T13:44:04.1714900Z UID:GID : 1001:1001
2021-12-07T13:44:04.1715391Z netrc file : None
2021-12-07T13:44:04.1715805Z offline mode : False
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels