I am trying to create a virtual environment and am trying to install the old version of Pando. I am working with Anaconda and Konda, to create a new environment. I have successfully built an environment with the base dragon, panda 0.13.1 installed, but when I activate my environment and check out pandas.__ version___
then this is telling me That I imported the pandus version from my regular development environment (Anaconda), panda 0.14.0
I have included a screenshot of the installation process inside the environment, env I and the name and user M has been re-edited because my company is not thrilled with the founding of the back-end 3rd party ...
The small screen is from section version.py
Set PYTHONPATH
for regular and virtual env:
Virtual environment is trying to use the kandad because the anacond The suit Warchualav rather than its use.
You should not use the PYTHONPATH
while using anaconda. Virtual environments struggle with PYTHONPATH
, so make sure that you only have PYTHONPATH
in Python package directory that is not not managed by Anaconda.
In your case, should be PYTHONPATH
C: \ UtilityCode; C: \ PycharmProjects
.
Comments
Post a Comment