Closed arkryonia closed 3 years ago
@arkryonia Are you running it with your virtualenv activated? Does fastapi-crudrouter show up when you type pip freeze
?
Yes my virtualenv is activated.
@archydeberker what version of python / os are you running? (edit: @arkryonia)
@archydeberker what version of python / os are you running?
Bad tag I think @awtkns
Bad tag I think @awtkns
Sorry about that! Very similar names.
@archydeberker what version of python / os are you running? (edit: @arkryonia)
python 3.9
Debian Bulleyse
FROM debian:bullseye
RUN apt-get update && apt-get install python3 python3-pip -y
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY main.py main.py
CMD [ "python3", "./main.py" ]
The docker file above works to install and run the code / environment you gave on debian:bullseye.
Ok. I got you. Let me try.
Hello.
I'm trying
fastapi-crudrouter
. Unfortunetly, I'm experiencing an unrecognized issue:ModuleNotFoundError: No module named 'fastapi_crudrouter'
I have virtualenv with fastapi-crudrouter installed
requiremnts.txt