Questions tagged [pipenv]

13 questions
25
votes
4 answers

What is the meaning of this PkgResourcesDeprecationWarning warning from pipenv --version?

I get this warning when I run pipenv --version and related commands. /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 1.16.0-unknown is an invalid version and will not be supported in a future release …
rekxspein
  • 363
  • 1
  • 3
  • 8
9
votes
5 answers

Why I cannot create pipenv shell in ubuntu 20.04 LTS with python3.8?

I am getting following error while creating executing pipenv shell command: ⠋/usr/bin/python3: No module named pipenv.pew Virtualenv location: Creating a Pipfile for this project… Traceback (most recent call last): File "/usr/bin/pipenv", line…
Akshat Zala
  • 393
  • 3
  • 4
  • 19
6
votes
1 answer

`sudo` is not using the right binary, even when $PATH is correctly passed

I am trying to run a Pipenv python instance as root. When not run as root: (myenv) $ python script.py the Pipenv python is correctly used. However, when run as root with sudo: (myenv) $ sudo python script.py the system default python at…
retnikt
  • 192
  • 1
  • 9
4
votes
1 answer

How do I set PYTHONASYNCIODEBUG value in pipenv python?

I am running python 3.6 in a pipenv shell. I want to set the value of this python environment variable PYTHONASYNCIODEBUG to 1 without affecting my user environment variables that are outside of the pipenv shell. How do I make this setting?
Sun Bear
  • 2,078
  • 5
  • 26
  • 70
3
votes
4 answers

Ubuntu 22.04 is having issues with python virtualenvironments like pipenv and virtualenv

It could not find the path of the python interpretor after typing pipenv shell After activating the environment manually pip freeze grabing all the dependencies from main python environment.
Ashok
  • 31
  • 1
  • 2
1
vote
1 answer

pipenv as isolated place for running a program

I'm new to Linux operating system and currently learning using Ubuntu. I came to the part where you build virtual environment. I read that I should use pipenv instead of venv. My ideal goal of using a virtual environment is creating an isolated…
1
vote
2 answers

python3.7: (Pyttsx3) No module named 'pyttsx3'

I had a program (using module pyttsx3) written in Windows which I used to run on python3.7, and it used to run well. But,when I try to run it on Ubuntu 20.04, it doesn't run. I have both python3.8.2 and python3.7.7 installed on my Ubuntu 20.04 PC,…
Martin Medro
  • 338
  • 3
  • 12
1
vote
1 answer

Running Pipenv shell in new gnome terminal tab

I am attempting to run a script that opens several gnome terminal tabs and then run commands in a Pipenv environment. In order to make sure that I run the commands after ~/.bashrc, I followed the answer to this question. This seems to work without a…
1
vote
2 answers

Command not found: pipenv

~/twint$ pipenv install -e git+https://github.com/twintproject/twint.git#egg=twint pipenv: command not found I have pip and python installed.
Julian Williams
  • 11
  • 1
  • 1
  • 2
0
votes
0 answers

how to convert kateshcema files to new kate color theme files

I found this page that says to use kateschema_to_theme_converter.py from no matter what I tried I couldnt get it to work. I am new to python. I tried following the instructions in this readme but installing pipenv and then running pipenv install…
Usermaxn
  • 197
  • 6
0
votes
0 answers

Ubuntu 22.04 LTS pipenv not installing libraries in the environment

I have installed pip via the "get-pip.py"[file][1] and via apt. Also install the "pipenv" using pip and pip3. But when i create the environment using pipenv install the environment is created ok but when i try to install some library it's using the…
IvanAK
  • 931
  • 1
  • 6
  • 12
0
votes
0 answers

Try to installing git on pipenv

I'd like to install ERP software and I want to install it using pipenv as package management. First of all the dependencies is listed in odoo github and I'd like to copy it to my computer. Apparently I don't have git so I tried to install it using…
0
votes
2 answers

Can't run pip from virtualenv - Segmentation fault (core dumped)

I'm trying to use pip to install various requirements in my virtualenv, but I can't get around the error Segementation fault (core dumped). That error seems to indicate memory access problems, but I don't understand how or why that would happen in a…
Shaun Overton
  • 221
  • 3
  • 10