Python Forum
Error about missing directory
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error about missing directory
#1
Whenever I try to install software such as neat I get the following error:

Output:
(base-dup) C:\Users\james\Downloads>pip install neat Requirement already satisfied: neat in c:\users\james\miniconda3\envs\base-dup\lib\site-packages (0.4.1) Requirement already satisfied: WebOb in c:\users\james\miniconda3\envs\base-dup\lib\site-packages (from neat) (1.8.7) WARNING: Error parsing requirements for beautifulsoup4: [Errno 2] No such file or directory: 'c:\\users\\james\\miniconda3\\envs\\base-dup\\lib\\site-packages\\beautifulsoup4-4.9.3.dist-info\\METADATA'
the directory .... beautifulsoup4\METADATA does not exist.

However, beautifulsoup4 is installed and is located as a sub directory of site-packages
How do I fix this? I am on Windows 10, 64bit.

Again METADATA does not exist. If I create that directory as a subdirectory of beautifulsoup4 will that fix it?

Any help appreciated.

Thanx

Respectfully,

LZ
Reply


Messages In This Thread
Error about missing directory - by Led_Zeppelin - Aug-30-2021, 08:49 PM
RE: Error about missing directory - by bowlofred - Aug-30-2021, 08:59 PM
RE: Error about missing directory - by Led_Zeppelin - Aug-31-2021, 12:18 PM
RE: Error about missing directory - by snippsat - Aug-31-2021, 01:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Coding error. Can't open directory EddieG 6 1,162 Jul-13-2023, 06:47 PM
Last Post: deanhystad
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,517 Jun-27-2023, 01:17 PM
Last Post: diver999
  List of error codes to find (and count) in all files in a directory tester_V 8 3,783 Dec-11-2020, 07:07 PM
Last Post: tester_V
  Error With Reading Files In Directory And Calculating Values chascp 2 2,477 Feb-15-2020, 01:57 PM
Last Post: chascp
  Python 2.7 Import error. Directory and filename conflict petcoo00 2 2,417 Feb-02-2020, 08:46 PM
Last Post: snippsat
  pygame.error: /etc/timidity.cfg: No such file or directory lsepolis123 3 4,352 Aug-23-2019, 07:53 AM
Last Post: lsepolis123
  Type error: dump() missing 1 required positional argument: fp jaycuff13 2 22,075 Jul-13-2019, 10:21 AM
Last Post: jaycuff13
  How to fix error code 2 in python, “directory not found”? dav3javu 1 7,081 Apr-03-2019, 04:55 PM
Last Post: Larz60+
  missing 1 required positional argument error nikos 3 7,553 Feb-28-2019, 12:53 PM
Last Post: nikos
  Python Directory and File Create Error basic_learner 1 2,438 Dec-16-2018, 11:03 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020