Skip to main content
Question

Unable to access Streamlit App using a VM

  • July 9, 2026
  • 2 replies
  • 28 views

I created an App with Cognite-sdk and pandas packages. It is working fine on my system, but when i am trying to access it using a VM i am getting this error - 

Error during booting up

 

Traceback (most recent call last):
  File "/lib/python3.12/site-packages/micropip/_commands/install.py", line 146, in install
    raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'cognite-sdk==7.80.3', 'tenacity<10,>=8.1.0', 'blinker<2,>=1.0.0'
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-pack…

Frequently Asked Questions — Version 314.0.2

 

I already added cognite-sdk==7.80.3 and pandas in the requirements.txt. 

2 replies

Anders Hafreager
Practitioner ⭐️⭐️⭐️
  • Practitioner ⭐️⭐️⭐️
  • July 9, 2026

Hi, can you elaborate on what you mean by access it using a VM? Are you loading Cognite Fusion UI from a VM on your company network and Streamlit apps fail to load on that network? 

If so, I have seen that firewalls sometimes block packages from being installed which would explain this error.

See https://docs.cognite.com/cdf/admin/allowlist


Mithila Jayalath
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+8
  • Expert ⭐️⭐️⭐️⭐️
  • July 21, 2026

@kavishsinghania Were you able to resolve this issue?