You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting lots of errors while using it, Can you provide us with your environment configuration so that we can reproduce the same environment in my pc?
Virtualenv:
pip3 freeze > requirements.txt
Pipenv:
pipenv -r lock >> requirements.txt
else
pip install pipreqs
pipreqs /path/to/project
anaconda:
conda env create -f environment.yml
The text was updated successfully, but these errors were encountered:
We are getting lots of errors while using it, Can you provide us with your environment configuration so that we can reproduce the same environment in my pc?
Virtualenv:
pip3 freeze > requirements.txt
Pipenv:
pipenv -r lock >> requirements.txt
else
pip install pipreqs
pipreqs /path/to/project
anaconda:
conda env create -f environment.yml
The text was updated successfully, but these errors were encountered: