简体   繁体   中英

Pycharm Pickle cant install

so i cannot figure out how to install the pickle package to pycharm as i need it to call on other levels for my game i just cannot find the package on pycharm if anyone can help me or steer me to another thing like pycharm if anyone can help me with this it would be much appreciated i want to call on another level like you would call on a picture i have the right code for it just not the pickle package i have tried to research this problem but have not been able to get a solid answer so i turned to stack overflow as a last option

If you want to check if pickle present in pycharm or not by executing in cmd after entering into python in cmd.

help("modules")

在此处输入图像描述

check pickle module in it, If not try installing by

pip install pickle5
from pickle5 import pickle

If you still gets error please let me know

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM