It looks like thereās an issue with the random library specified in your requirements file. I donāt think you need to specify random in requirements.txt since itās part of the standard library.
Amazing. I was able to run my app on streamlit now. I had to fix up my requirements and add some packages.txt. I was missing a few things. This is so good. I was struggling to do the same with Heroku. Great stuff Streamlit.
torch app run fine locally using streamlit but when deploying it
I face an error of importing torch library
ModuleNotFoundError: No module named ātorchā
Traceback:
File "/usr/local/lib/python3.7/site-packages/streamlit/script_runner.py", line 332, in _run_script
exec(code, module.__dict__)File "/app/ifacade_style/main.py", line 4, in <module>
import styleFile "/app/ifacade_style/style.py", line 8, in <module>
import torch
I am having this same problem. When I go to run my app I get the following error:
ModuleNotFoundError: No module named 'torch'
File "/usr/local/lib/python3.7/site-packages/streamlit/script_runner.py", line 332, in _run_script
exec(code, module.__dict__)
File "/app/test_application/nlp_app.py", line 3, in <module>
import torch
I have a requirements.txt file in the main branch of the repository. It includes the following:
As a side note, I am also having problems with the last requirement on that list (āen_core_web_smā) as well. If anyone has any experience successfully using that module from spacy I could use your input/advice. Thanks!
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking āAccept allā, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.