Hello, I am having an issue when trying to upgrade...
# pex
s
Hello, I am having an issue when trying to upgrade to pants 2.0.0. When using the v2 engine and building pex_binaries the pex has issues finding 
pandas
as a dependency. I have provided more context and some detail below. Any insight or suggestions are greatly appreciated.
Copy code
PEX-INFO
.deps
.bootstrap
__main__.py
ns_admin
ns_aio_utils
ns_application_config
ns_cli_environment_runner
ns_emails
ns_event_tracking
ns_event_tracking_transformation_lambda_handler
ns_feature_flag_client
ns_ideas
ns_lexio_api
ns_models
ns_nlg_engine
ns_ontology
ns_orm
ns_python_core
ns_python_logger
ns_story_utils
ns_tables
ns_time_utils
ns_types_config
ns_unit_test_utils
When I try to execute the pex, or if i use the 
./pants run
  goal instead of 
./pants binary
 goal… i get this error.
Copy code
ModuleNotFoundError: No module named 'pandas'
I have checked inside the 
.deps
 dir and as you can see in the snippet below all my deps are present, including pandas. This seems to be an issue with pandas specifically because i do not have this issue with other dependencies.
h
Hey Brian! Pex had a known issue with Pandas activation that we recently fixed Try using 2.0.1rc1, rather than 2.0.0
h
@salmon-barista-63163 Just checking, did this solve the issue?
s
Yes it did! Thank you guys for the help!
🎉 1
🚀 1