-
mblock - ‘get_shield’κ° μμ΅λλ€.SW/mBlock 2022. 7. 27. 21:09
μ΅μ λ²μ μ mBlock v5.4.0μ μ€ν μ 2022λ 2μ 8μΌμ μΆμλ μ¬μ΄λ²νμ΄ λ²μ 0.0.7μ΄ μ€μΉλμ΄ μμ΄ μΌλΆ μ€λ₯κ° λ°μνκ³ μμ΅λλ€. ‘cyberpi.get_shield’ μ€λ₯μ ν΄κ²°μ± μ λ²κ·Έκ° μμ λκΈ° μ κΉμ§λ μ¬μ΄λ²νμ΄ λ²μ 0.0.5λ‘ λμκ°λ κ²μ λλ€. λ€μκ³Ό κ°μ κ°λ¨ν νλ‘κ·Έλ¨μ μ€ννμμ λ μλμ κ°μ μ€λ₯λ©μμ§κ° λ°κ²¬λλ€λ©΄ νμ΄μ¬ νΈμ§κΈ°μμ ν΄κ²° λ°©λ²μ μ μλ μΈ μ€μ λͺ λ Ήμ΄λ₯Ό μμ±νκ³ μ€νμ νκ³ λ€μ νλ‘κ·Έλ¨μ μ€ννμκΈ° λ°λλλ€.
import cyberpi
print('hello world')
μ€λ₯λ©μμ§ Traceback (most recent call last):
File "C:\Users\pnaze\.mcode\virtualFS\projects\default\/hellomakeblock/test.py", line 1, in <module>
import cyberpi
File "C:\Users\pnaze\.mcode\site-packages\cyberpi\__init__.py", line 11, in <module>
get_shield=cyberpi.get_shield
AttributeError: module 'makeblock.modules.cyberpi.api_cyberpi_api' has no attribute 'get_shield'ν΄κ²° λ°©λ² import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", "cyberpi==0.0.5"])