Questions tagged [virtual-environment]

544 questions
-3
votes
1 answer

How to install inltk in virtual environment using pipenv?

When I try to install inltk package using `pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html` it runs but when i try using pipenv it doesnot runs. When i run `pipenv install torch==1.4.0+cpu…
-3
votes
3 answers

Cant run Machine Learning codes with virtual environment

im trying to test Machine Learning codes from this site :https://github.com/lyuboraykov/flight-genie im really new to machine learning and im using windows. i already installed the requirements to run the code (python, virtualenv, numpy, sklearn,…
gilang
  • 15
  • 4
1 2 3
36
37