본문 바로가기

전체 글

(187)
cannot import name 'joblib' If the error as below occurs, ImportError: cannot import name 'joblib' You should install the joblib. import joblib
No module named 'cv2' If the error as below occurs, No module named 'cv2' You should install the opencv-python. pip install opencv-python
No module named 'msgpackrpc' If the error as below occurs, No module named 'msgpackrpc' You should install the mspack-rpc-python. pip install msgpack-rpc-python
No module named 'numpy' If the error as below occurs, No module named 'numpy' You should install the numpy. pip install numpy
덱스(DEX, Decentralized EXchange) / 탈중앙화 거래소 정리 1. 유니스왑 (Uniswap) uniswap.org/ Uniswap A fully decentralized protocol for automated liquidity provision on Ethereum uniswap.org 2. 1인치 (1inch) https://1inch.exchange/#/r/0x448B86429d275136520ba6Cb0dEa3d0b940c6181 DEX Aggregator - 1inch.exchange 1inch.exchange 3. 커브 (Curve) www.curve.fi/ Curve.fi www.curve.fi 4. 밸런서 (Balancer) https://balancer.exchange/#/swap Balancer Exchange Non-custodial way t..
No module named 'tqdm' If the error as below occurs, No module named 'tqdm' You should install the tqdm. pip install tqdm
No module named 'tensorboardX' If the error as below occurs, No module named 'tensorboardX' You should install the tensorboardX. pip install tensorboardX
cannot import name 'prng' from 'gym.spaces' If the error as below occurs, cannot import name 'prng' from 'gym.spaces' You should install the gym pip uninstall gym pip install gym==0.10.5