/gpfs/exfel/data/user/juncheng/miniconda3/envs/test-s/lib/python3.7/site-packages/Bio/init.py:126: BiopythonWarning: You may be importing Biopython from inside the source tree. This is bad practice and might lead to downstream issues. In particular, you might encounter ImportErrors due to missing compiled C extensions. We recommend that you try running your code from outside the source tree. If you are outside the source tree then you have a setup.py file in an unexpected directory: /gpfs/exfel/data/user/juncheng/miniconda3/envs/test-s/lib/python3.7/site-packages
After removing lib/python3.7/site-packages/setup.py, the problem was solved.
Could we remove the setup.py safely here?
Got an error
/gpfs/exfel/data/user/juncheng/miniconda3/envs/test-s/lib/python3.7/site-packages/Bio/init.py:126: BiopythonWarning: You may be importing Biopython from inside the source tree. This is bad practice and might lead to downstream issues. In particular, you might encounter ImportErrors due to missing compiled C extensions. We recommend that you try running your code from outside the source tree. If you are outside the source tree then you have a setup.py file in an unexpected directory: /gpfs/exfel/data/user/juncheng/miniconda3/envs/test-s/lib/python3.7/site-packages
After removing
lib/python3.7/site-packages/setup.py
, the problem was solved. Could we remove the setup.py safely here?