python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
pipenv install: the environment variable LANG is not set
I changed my laptop with window process to macOS and I installed some development tools and virtual environment tools.
Now I get this error message while installing pipenv
the environment variable LAN...
Seowoo Jang
Votes: 0
Answers: 0
'No such directory' when activating a Pipenv on Windows
I've created a pipenv environment and now I'm creating a shell script called bootstrap.sh to activate it and run a flask server, but the following line is producing an error
bootstrap.sh reads as foll...

John G.
Votes: 0
Answers: 0
Error importing plugin "sqlmypy": No module named 'sqlmypy'
I have sqlalchemy-stubs installed via my Pipfile:
[dev-packages]
sqlalchemy-stubs = {editable = true, git = "https://github.com/dropbox/sqlalchemy-stubs.git"}
Verified by running pipenv gra...

maxisme
Votes: 0
Answers: 1
rasa 3.0.4 not installing due to dependency issues
I am trying to install the rasa==3.0.4 version, but it fails to do so with error in the:
tensorflow
tensorflow-addons
dependencies... giving the following errors:
I have tried to individually insta...

Mig Bach
Votes: 0
Answers: 0