Hi all,
I’m new to Python frameworks and services but have had no trouble so far making a local ubuntu 18 installation which has worked just fine. But while installing Starlette for lesson 2 I ran into trouble installing the ASGI server uvicorn with the following error:
conda install -c conda-forge uvicorn
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- pytorch-nightly -> *[track_features=cuda92]
- uvicorn
Use "conda info <package>" to see the dependencies for each package.
But conda info gave no information on either package. Grateful for any tips on where to start looking for a solution.
Is it possible to use pip to install in combination with conda or should I keep to just the one?