我无法使用pip安装模块

时间:2020-07-18 23:45:20

标签: python module pip python-3.8

在安装python 3.8之后,我无法使用select timeinterval, "arrived packages", "throughput per hour", run_tot_pack - run_tot_capacity + sum(decode(run_tot_pack - run_tot_capacity < 0, true, run_tot_capacity - run_tot_pack, 0)) over (order by timeinterval rows unbounded preceding) as "available volume" from ( select timeinterval, "arrived packages", "throughput per hour", sum("arrived packages") over (order by timeinterval rows unbounded preceding) as run_tot_pack, sum("throughput per hour") over (order by timeinterval rows unbounded preceding) as run_tot_capacity from <table> ) order by timeinterval; 安装模块:

pip

3 个答案:

答案 0 :(得分:0)

在末尾添加--user

pip3 install package_name --user

答案 1 :(得分:0)

如果您在Linux中,请尝试在命令开头使用/_layouts/post.html。也许您是使用系统作为根的bot

答案 2 :(得分:0)

我会尝试在终端中通过以下命令使用anaconda:

conda install -c anaconda pip 

如果您没有水蟒:

pip install conda